Explorar o código

Add solaire to hilight the minibuffer when used

Josh Bicking %!s(int64=7) %!d(string=hai) anos
pai
achega
d2dbb8bdbd
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      emacs.d/packages/packages.el

+ 7 - 0
emacs.d/packages/packages.el

@@ -444,6 +444,13 @@
 (use-package solarized-theme
   :ensure t)
 
+(use-package solaire-mode
+  :ensure t
+  :config
+  ;; highlight the minibuffer when it is activated
+  (set-face-attribute 'solaire-minibuffer-face nil :inherit 'solaire-default-face :background "blanched almond")
+  (add-hook 'minibuffer-setup-hook #'solaire-mode-in-minibuffer))
+
 ;; OS specific
 (use-package magit
   :if (not (eq system-type 'windows-nt))