about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-minibuffer.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-09 16:49:51 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-09 16:49:51 +0100
commit543ed1f1ac2734a6b860448781a672a9d7415f15 (patch)
tree9d4d6d9975ac32b3302797b0956273d83e694c88 /.emacs.d/lisp/init-minibuffer.el
parent35f590fd42d216dac5e98ce67ffe1774b002963d (diff)
downloaddotfiles-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.el1
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)