Commit df8a4ca385b9

Vincent Demeester <vincent@sbr.pm>
2025-07-08 13:03:20
tools/emacs: indentation fix
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 136ea0b
Changed files (1)
tools
emacs
tools/emacs/init.el
@@ -330,9 +330,9 @@ minibuffer, even without explicitly focusing it."
       (save-excursion
         (comment-line arg))))
   :bind (("C-;" . prot/comment-dwim)
-    ("C-:" . comment-kill)
-    ("M-;" . comment-indent)
-    ("C-x C-;" . comment-box)))
+	 ("C-:" . comment-kill)
+	 ("M-;" . comment-indent)
+	 ("C-x C-;" . comment-box)))
 
 (use-package dired
   :custom