mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Exploit new :defer input|buffer across various modules
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
;;
|
||||
|
||||
(def-package! helm-mode
|
||||
:hook (doom-init . helm-mode)
|
||||
:defer (input . 1)
|
||||
:config
|
||||
(helm-mode +1)
|
||||
;; helm is too heavy for find-file-at-point
|
||||
(add-to-list 'helm-completing-read-handlers-alist '(find-file-at-point . nil)))
|
||||
|
||||
|
Reference in New Issue
Block a user