diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-conf.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-conf.el b/emacs.d/custom/fcuny-conf.el index e605dd0..97d1d1f 100644 --- a/emacs.d/custom/fcuny-conf.el +++ b/emacs.d/custom/fcuny-conf.el @@ -26,4 +26,7 @@ :hook ((protobuf-mode . flyspell-prog-mode) (protobuf-mode . flycheck-mode))) +(use-package systemd + :ensure t) + (provide 'fcuny-conf) |