aboutsummaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home')
-rw-r--r--tw/home/files/emacs-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index bd821faf..2912a16d 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -49,7 +49,7 @@ If CREATE is true and the resulting directory does not exist, create it."
(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.")
+ (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.")