[Init] Load vlf' lazily in db/run-init'
This commit is contained in:
parent
10b41b5bfa
commit
3de4a086c1
9
init.el
9
init.el
@ -134,6 +134,9 @@
|
|||||||
(moody-replace-mode-line-buffer-identification)
|
(moody-replace-mode-line-buffer-identification)
|
||||||
(moody-replace-vc-mode))
|
(moody-replace-vc-mode))
|
||||||
|
|
||||||
|
(with-demoted-errors "Cannot activate `vlf': %s"
|
||||||
|
(require 'vlf-setup))
|
||||||
|
|
||||||
;; Global Hooks
|
;; Global Hooks
|
||||||
|
|
||||||
(add-hook 'minibuffer-setup-hook 'conditionally-enable-lispy)
|
(add-hook 'minibuffer-setup-hook 'conditionally-enable-lispy)
|
||||||
@ -2744,9 +2747,9 @@ With given ARG, display files in `db/important-document-path’."
|
|||||||
undo-tree-visualizer-diff t)
|
undo-tree-visualizer-diff t)
|
||||||
:diminish undo-tree-mode)
|
:diminish undo-tree-mode)
|
||||||
|
|
||||||
(use-package vlf-setup
|
(use-package vlf
|
||||||
:ensure vlf
|
:ensure t
|
||||||
:defer t)
|
:commands (vlf))
|
||||||
|
|
||||||
(use-package wgrep
|
(use-package wgrep
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user