summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2020-11-08 12:58:30 -0800
committerFranck Cuny <franck@fcuny.net>2020-11-08 12:58:30 -0800
commitb5d7dfa0aee12b63f998cc6fb1a0a56a3e39c820 (patch)
tree2d671029fb1a21e27a5e7a3dd922778a587ae2f5 /emacs.d
parentterm: slightly bigger font and proper DPI (diff)
downloademacs.d-b5d7dfa0aee12b63f998cc6fb1a0a56a3e39c820.tar.gz
emacs: add package for systemd
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-conf.el3
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)