mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
emacs : markdown read-mode
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
(use-package olivetti
|
(use-package olivetti
|
||||||
:diminish
|
:diminish
|
||||||
:bind ("<f7>" . olivetti-mode)
|
:bind ("<f7>" . olivetti-mode)
|
||||||
:hook (org-mode)
|
:hook (org-mode markdown-mode)
|
||||||
:init (setq olivetti-body-width 0.62))
|
:init (setq olivetti-body-width 0.62))
|
||||||
|
|
||||||
;; text mode directory tree
|
;; text mode directory tree
|
||||||
|
|||||||
@ -36,6 +36,7 @@
|
|||||||
:init
|
:init
|
||||||
(setq magit-todos-nice (if (executable-find "nice") t nil))
|
(setq magit-todos-nice (if (executable-find "nice") t nil))
|
||||||
(setq magit-todos-scanner #'magit-todos--scan-with-git-grep)
|
(setq magit-todos-scanner #'magit-todos--scan-with-git-grep)
|
||||||
|
(setq magit-todos-exclude-globs '(".git/" "*.json" "*.js"))
|
||||||
(let ((inhibit-message t))
|
(let ((inhibit-message t))
|
||||||
(magit-todos-mode 1))))
|
(magit-todos-mode 1))))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user