From 6a7a2f22024eab27352279f0543c0510a5157474 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 10 Aug 2018 07:14:00 +0200 Subject: [PATCH] Add the delight package --- configuration.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configuration.org b/configuration.org index 5bcee60..c6a1b4b 100644 --- a/configuration.org +++ b/configuration.org @@ -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