diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-03 21:27:56 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-03 21:27:56 -0800 |
commit | 990134fdcefe5a520b09ac6dfcaf97066fde6685 (patch) | |
tree | 6bda301a63218b7b0c7dd8b0eb6051e657e3533f /config/emacs.org | |
parent | 21a09d9eea2be5c7a326a6f177521bb1cda25fb9 (diff) |
update nix directory structure to be more flexible and general
Diffstat (limited to 'config/emacs.org')
-rw-r--r-- | config/emacs.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/emacs.org b/config/emacs.org index 76f5b95..6a9b698 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -41,10 +41,9 @@ Emacs is self documenting, after all! (make-backup-files nil "Don't make backups") (display-fill-column-indicator-column 150 "Draw a line at 100 characters") (line-spacing 2 "Default line spacing") - - ;; Editor comments (c-doc-comment-style '((c-mode . doxygen) (c++-mode . doxygen))) + :hook ((text-mode . auto-fill-mode) (text-mode . visual-line-mode) (prog-mode . auto-fill-mode) |