emacs : markdown read-mode

This commit is contained in:
2023-06-28 19:36:29 +09:00
parent 659521c247
commit aa79e47779
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
(use-package olivetti
:diminish
:bind ("<f7>" . olivetti-mode)
:hook (org-mode)
:hook (org-mode markdown-mode)
:init (setq olivetti-body-width 0.62))
;; text mode directory tree

View File

@ -36,6 +36,7 @@
:init
(setq magit-todos-nice (if (executable-find "nice") t nil))
(setq magit-todos-scanner #'magit-todos--scan-with-git-grep)
(setq magit-todos-exclude-globs '(".git/" "*.json" "*.js"))
(let ((inhibit-message t))
(magit-todos-mode 1))))