author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sun, 29 Jan 2017 13:52:18 +0200 | |
changeset 1472 | c8da9757d036 |
parent 1471 | 431c5408394c |
child 1473 | 07c16f0cf936 |
--- a/.emacs-my Sat Jan 28 14:41:20 2017 +0200 +++ b/.emacs-my Sun Jan 29 13:52:18 2017 +0200 @@ -1490,6 +1490,9 @@ '(rst-level-6face ((t (:background "yellow"))) t) ) ) ) +(when (featurep 'flyspell) + (add-hook 'rst-mode-hook #'flyspell-mode)) + (when (featurep 'company) (add-hook 'rst-mode-hook #'my/company-text-setup))