diff options
author | Franck Cuny <franck@fcuny.net> | 2020-11-08 12:58:30 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-11-08 12:58:30 -0800 |
commit | b5d7dfa0aee12b63f998cc6fb1a0a56a3e39c820 (patch) | |
tree | 2d671029fb1a21e27a5e7a3dd922778a587ae2f5 /emacs | |
parent | term: slightly bigger font and proper DPI (diff) | |
download | emacs.d-b5d7dfa0aee12b63f998cc6fb1a0a56a3e39c820.tar.gz |
emacs: add package for systemd
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) |