mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
Lazy-load helm
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
;;; core-helm.el
|
;;; core-helm.el
|
||||||
|
|
||||||
(use-package helm
|
(use-package helm
|
||||||
|
:commands (helm
|
||||||
|
helm-etags-select
|
||||||
|
helm-show-kill-ring
|
||||||
|
helm-bookmarks
|
||||||
|
helm-alive-p
|
||||||
|
helm-attrset)
|
||||||
:init
|
:init
|
||||||
(defvar helm-global-prompt ">>> ")
|
(defvar helm-global-prompt ">>> ")
|
||||||
(setq helm-quick-update t
|
(setq helm-quick-update t
|
||||||
@@ -120,10 +126,7 @@
|
|||||||
helm-projectile-find-file
|
helm-projectile-find-file
|
||||||
helm-projectile-recentf
|
helm-projectile-recentf
|
||||||
helm-projectile-find-other-file
|
helm-projectile-find-other-file
|
||||||
helm-projectile-switch-project)
|
helm-projectile-switch-project))
|
||||||
:config
|
|
||||||
(require 'helm)
|
|
||||||
(require 'projectile))
|
|
||||||
|
|
||||||
;; (use-package helm-c-yasnippet :commands helm-yas-visit-snippet-file)
|
;; (use-package helm-c-yasnippet :commands helm-yas-visit-snippet-file)
|
||||||
(use-package helm-semantic :commands helm-semantic-or-imenu)
|
(use-package helm-semantic :commands helm-semantic-or-imenu)
|
||||||
|
@@ -7,6 +7,7 @@
|
|||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun narf:helm-wg ()
|
(defun narf:helm-wg ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
(require 'helm)
|
||||||
(helm :sources '(narf/helm-source-wg)))
|
(helm :sources '(narf/helm-source-wg)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
Reference in New Issue
Block a user