dev: merge from master

This commit is contained in:
Matt Nish-Lapidus 2024-08-30 10:10:13 -04:00
commit 10c703a182
16 changed files with 172 additions and 143 deletions

View file

@ -103,11 +103,7 @@ Can be negative.")
(set-popup-rule! "^\\*helm" :vslot -100 :size 0.22 :ttl nil)
;; Hide minibuffer if `helm-echo-input-in-header-line'
(add-hook 'helm-minibuffer-set-up-hook #'helm-hide-minibuffer-maybe)
;; Use helpful instead of describe-* to display documentation
(dolist (fn '(helm-describe-variable helm-describe-function))
(advice-add fn :around #'doom-use-helpful-a)))
(add-hook 'helm-minibuffer-set-up-hook #'helm-hide-minibuffer-maybe))
(use-package! helm-posframe