From 26d5eea3a4bb708385c578670636fa49ebb72ebf Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 15 Jan 2024 15:44:33 +0100 Subject: Tweak Emacs completion --- tw/home/files/emacs-init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tw/home/files') diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el index 7f4d4e2c..bd821faf 100644 --- a/tw/home/files/emacs-init.el +++ b/tw/home/files/emacs-init.el @@ -47,7 +47,9 @@ If CREATE is true and the resulting directory does not exist, create it." (indicate-empty-lines t "Show a little marker in the margin for lines past EOF.") (column-number-mode t "Show the column number in the statusline.") (electric-pair-mode t "Auto-pair suitable characters like parentheses.") + (tab-always-indent complete "Enable completion-on-tab.") (completion-cycle-threshold 6 "Allow cycling through completions if there are 6 or fewer of them.") + (completion-styles '(basic partial-completion) "Enable fast completion styles.") (shell-kill-buffer-on-exit t "Kill *shell* buffers as soon as their shell session exits.") ;; Indentation, formatting. (indent-tabs-mode nil "Always use spaces to indent.") -- cgit v1.2.3