From b5d7dfa0aee12b63f998cc6fb1a0a56a3e39c820 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 8 Nov 2020 12:58:30 -0800 Subject: emacs: add package for systemd --- emacs.d/custom/fcuny-conf.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs.d/custom/fcuny-conf.el') 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) -- cgit 1.4.1