diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-09-09 16:49:51 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-09-09 16:49:51 +0100 |
commit | 543ed1f1ac2734a6b860448781a672a9d7415f15 (patch) | |
tree | 9d4d6d9975ac32b3302797b0956273d83e694c88 /.emacs.d/lisp/init-minibuffer.el | |
parent | 35f590fd42d216dac5e98ce67ffe1774b002963d (diff) | |
download | dotfiles-543ed1f1ac2734a6b860448781a672a9d7415f15.tar.gz |
Re-add var that was accidentally deleted
Diffstat (limited to '.emacs.d/lisp/init-minibuffer.el')
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index 6bc9843..5cfbd38 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -268,6 +268,7 @@ DEFS is a plist associating completion categories to commands." consult--source-file consult--source-project-file consult--source-bookmark :preview-key (list (kbd "M-.") (kbd "C-S-n") (kbd "C-S-p"))) + (defvar-local consult-toggle-preview-orig nil) (defun consult-toggle-preview () "Command to enable/disable preview." (interactive) |