diff --git a/+ui.el b/+ui.el index fd1a34c..6d4a44a 100644 --- a/+ui.el +++ b/+ui.el @@ -14,6 +14,8 @@ (setq doom-modeline-major-mode-icon t doom-modeline-persp-name t doom-modeline-buffer-encoding nil) -(setq evil-command-window-height 3) ;; Hide direnv environment variables popup (setq direnv-always-show-summary nil) +;; Shrink minibuffer +(after! ivy + (setq ivy-height 10)) diff --git a/init.el b/init.el index 8de5255..6634ff6 100644 --- a/init.el +++ b/init.el @@ -36,7 +36,8 @@ (popup ; tame sudden yet inevitable temporary windows +all ; catch all popups that start with an asterix +defaults) ; default popup rules - (pretty-code +iosevka); replace bits of code with pretty symbols + (pretty-code + +iosevka) ; replace bits of code with pretty symbols ;;tabs ; an tab bar for Emacs ;;treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages