summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el
index f8d1a95..df08282 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -493,10 +493,9 @@ and when JID is not in `jabber-activity-banned'."
 ;; https://github.com/tenbillionwords/spaceship-mode
 
 ;; always insert \t for tab.
-(setopt
-	electric-indent-mode nil
-	backward-delete-char-untabify-method nil
-	tab-width 8)
+(setopt electric-indent-mode nil
+        backward-delete-char-untabify-method nil
+        tab-width 8)
 
 ;; do a naive duplicate whitespace on return, vi/nano style.
 (define-key global-map (kbd "TAB") 'self-insert-command)