diff options
Diffstat (limited to 'emacs/custom/my-conf.el')
-rw-r--r-- | emacs/custom/my-conf.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/custom/my-conf.el b/emacs/custom/my-conf.el index 6d702bc..55bc132 100644 --- a/emacs/custom/my-conf.el +++ b/emacs/custom/my-conf.el @@ -31,8 +31,7 @@ (use-package systemd :ensure t - :hook ((systemd-mode . flyspell-prog-mode) - (systemd-mode . company-mode))) + :hook ((systemd-mode . flyspell-prog-mode))) (use-package hcl-mode :ensure t) |