diff options
Diffstat (limited to '')
-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 |