diff options
author | Alan Pearce | 2014-07-14 20:23:21 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-14 20:23:21 +0100 |
commit | e9fc2f322272ba56a2a5cf0129194908bbea5bc4 (patch) | |
tree | 0fc0f2867afec060b4cee727e3819945f6ea28d3 /tag-emacs | |
parent | e60c944f4ed7a577c7ae21c02ea6eb1a08b3f4d5 (diff) | |
download | nixfiles-e9fc2f322272ba56a2a5cf0129194908bbea5bc4.tar.lz nixfiles-e9fc2f322272ba56a2a5cf0129194908bbea5bc4.tar.zst nixfiles-e9fc2f322272ba56a2a5cf0129194908bbea5bc4.zip |
Emacs: diminish company mode
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index d62fffe8..88309928 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -217,6 +217,7 @@ (req-package company :commands (company-mode) + :diminish "Cmpl" :bind (("C-<tab>" . company-complete)) :init (progn (add-hook 'prog-mode-hook #'company-mode) |