summary refs log tree commit diff
path: root/emacs/custom/fcuny-conf.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-conf.el4
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)