Add the delight package

This commit is contained in:
Gergely Polonkai 2018-08-10 07:14:00 +02:00
parent 17e3b2d364
commit 6a7a2f2202
1 changed files with 10 additions and 0 deletions

View File

@ -1329,6 +1329,12 @@ Unfortunately, this works only in a graphical mode.
(setq zone-programs (vconcat zone-programs [zone-nyan]))))
#+END_SRC
** De-light some minor modes
#+BEGIN_SRC emacs-lisp
(use-package delight)
#+END_SRC
** Eye candy
*** Smart mode-line
@ -1607,6 +1613,7 @@ I also want FlySpell to be enabled during Git commit message editing.
#+BEGIN_SRC emacs-lisp
(use-package projectile
:delight '(:eval (concat " [" projectile-project-name "]"))
:pin melpa-stable
:config
(projectile-global-mode t))
@ -1757,6 +1764,7 @@ Toggle other windows for maximum focus. When focus is no longer needed, they ca
#+BEGIN_SRC emacs-lisp
(use-package anzu
:delight
:config
(global-anzu-mode 1))
#+END_SRC
@ -2064,6 +2072,7 @@ A big help during refactoring.
#+BEGIN_SRC emacs-lisp
(use-package glasses
:delight " 👓"
:config
(add-hook 'prog-mode-hook 'glasses-mode))
#+END_SRC
@ -2424,6 +2433,7 @@ See previous versions of the current file.
#+BEGIN_SRC emacs-lisp
(use-package company
:delight " 🏢"
:config
(setq company-idle-delay nil
company-frontends '(company-pseudo-tooltip-frontend