mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
Merge pull request #583 from benreyn/br-helm-hotfix
Fix typo causing startup error in helm module
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
:config
|
:config
|
||||||
(helm-mode +1)
|
(helm-mode +1)
|
||||||
;; helm is too heavy for find-file-at-point
|
;; helm is too heavy for find-file-at-point
|
||||||
(map-put helm-completing-read-handlers-alist 'find-file-at-point nilk))
|
(map-put helm-completing-read-handlers-alist 'find-file-at-point nil))
|
||||||
|
|
||||||
|
|
||||||
(def-package! helm
|
(def-package! helm
|
||||||
|
Reference in New Issue
Block a user