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