From 261184be432ac896fbfab2c0fdc4ddf443f6d161 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Wed, 9 Feb 2022 22:02:39 +0530 Subject: [PATCH] Prettify Company hooks --- init.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/init.org b/init.org index 1767d41..f825f7e 100644 --- a/init.org +++ b/init.org @@ -3255,10 +3255,11 @@ But with =initials=, the desired completion is often buried in the results. That (use-package company :ensure t :diminish company-mode - :hook (prog-mode . company-mode) - (tex-mode . company-mode) - (special-mode . company-mode) - (comint-mode . company-mode) + :hook + (prog-mode . company-mode) + (tex-mode . company-mode) + (special-mode . company-mode) + (comint-mode . company-mode) (slime-repl-mode . company-mode) :bind ("TAB" . #'company-indent-or-complete-common)