[Init] Load `vlf' lazily in `db/run-init'

This commit is contained in:
Daniel - 2019-11-11 18:29:17 +01:00
parent 10b41b5bfa
commit 3de4a086c1
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 6 additions and 3 deletions

View File

@ -134,6 +134,9 @@
(moody-replace-mode-line-buffer-identification)
(moody-replace-vc-mode))
(with-demoted-errors "Cannot activate `vlf': %s"
(require 'vlf-setup))
;; Global Hooks
(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)
:diminish undo-tree-mode)
(use-package vlf-setup
:ensure vlf
:defer t)
(use-package vlf
:ensure t
:commands (vlf))
(use-package wgrep
:ensure t