diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-11-15 10:51:53 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-11-15 10:51:53 -0500 |
commit | 58ada7eb4d4366cb06dbec66a4fc4b7ec77754b4 (patch) | |
tree | 0b11f642b6256ea42a499631a45fdde364e6df8a /dot_emacs.tmpl | |
parent | Merge remote-tracking branch 'gh/master' (diff) |
diminish company
Diffstat (limited to 'dot_emacs.tmpl')
-rw-r--r-- | dot_emacs.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index b47fb8b..6406b6c 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -241,6 +241,7 @@ Extended Format date in the date field and return it as a string obeing (use-package company :ensure t + :diminish :bind ("<tab>" . company-indent-or-complete-common) :hook |