all repos — nixfiles @ ded7761f048ddc281d47cfafef7d0855493cdf1f

System and user configuration, managed by nix and home-manager

Emacs: Reformat comment to improve auto-formatting
Alan Pearce alan@alanpearce.eu
Sat, 25 Feb 2023 13:41:43 +0100
commit

ded7761f048ddc281d47cfafef7d0855493cdf1f

parent

8c625af8ccbebbae70e6a3288933c9aa3f542cbc

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -333,8 +333,7 @@ ";" #'evil-ex)   (:states '(normal motion)
            "g s" #'evil-avy-goto-symbol-1))
 
-(add-hook 'c-mode-common-hook
-          ; make b/w/e include underscore as *part* of a word
+(add-hook 'c-mode-common-hook ; make b/w/e include underscore as *part* of a word
           (lambda () (modify-syntax-entry ?_ "w")))
 
 (use-package evil-anzu