diff --git a/init.el b/init.el index 953879d..f12b590 100644 --- a/init.el +++ b/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