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