Emacs: Reformat comment to improve auto-formatting
Alan Pearce alan@alanpearce.eu
Sat, 25 Feb 2023 13:41:43 +0100
1 files changed, 1 insertions(+), 2 deletions(-)
jump to
M user/emacs/init.el → user/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