diff options
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/fcuny-conf.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-conf.el b/emacs/custom/fcuny-conf.el index 2909510..a2642cd 100644 --- a/emacs/custom/fcuny-conf.el +++ b/emacs/custom/fcuny-conf.el @@ -29,6 +29,8 @@ (protobuf-mode . flycheck-mode))) (use-package systemd - :ensure t) + :ensure t + :hook ((systemd-mode . flyspell-prog-mode) + (systemd-mode . company-mode))) (provide 'fcuny-conf) |