summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-13 07:22:02 +0000
committernoa@gaiwan.org2024-06-13 07:22:02 +0000
commit348a9566c9470306c6563775d4885f7135a555cd (patch)
tree8b3b0200a17fc93dae855564fbcc26240295ed9b
parent3f30df0fa5eb9d14dc4d47ebe2dc65cc415a527d (diff)
Update indentation for tab options
-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)