Add wc-mode
This commit is contained in:
parent
7b2b95b308
commit
6c83dc7c04
7
init.el
7
init.el
|
@ -390,6 +390,9 @@
|
|||
:config
|
||||
(pdf-tools-install))
|
||||
|
||||
(use-package wc-mode
|
||||
:hook text-mode org-mode)
|
||||
|
||||
(defun set-text-modes-font ()
|
||||
(interactive)
|
||||
(setq buffer-face-mode-face '(:family "DejaVu Sans Mono" :height 105)
|
||||
|
@ -442,7 +445,7 @@
|
|||
(use-package minimap
|
||||
:commands minimap-mode
|
||||
:custom-face
|
||||
(minimap-active-region-background ((t (:background nil :inherit hl-line))))
|
||||
(minimap-active-region-background ((t (:background unspecified :inherit hl-line))))
|
||||
:hook (minimap-sb-mode . turn-on-solaire-mode))
|
||||
|
||||
(use-package magit
|
||||
|
@ -552,7 +555,7 @@
|
|||
|
||||
(use-package flyspell
|
||||
:ensure nil
|
||||
:hook (org-mode text-mode)
|
||||
:hook org-mode text-mode
|
||||
:custom
|
||||
(flyspell-auto-correct-binding (kbd "C-:"))
|
||||
:config
|
||||
|
|
Loading…
Reference in a new issue