about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-09 16:46:31 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-09 16:46:31 +0100
commit2c87630c9bf935392c9f30eb0ca5cf2e4e0386bc (patch)
treedbbe7b694b6a63903a427ff9ae1aa957dd4fb472 /.emacs.d
parent85a47654f4c9f11eee94aa876375c13bfab5ca00 (diff)
downloaddotfiles-2c87630c9bf935392c9f30eb0ca5cf2e4e0386bc.tar.gz
Setting consult--display-buffer is not working
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el
index d55dd86..6bc9843 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -284,8 +284,8 @@ DEFS is a plist associating completion categories to commands."
           (when-let (project (project-current))
             (project-root project))))
 
-  ;; Switch perspective when switching buffer if needed
-  (setq consult--display-buffer #'persp-switch-to-buffer)
+  ;; Switch perspective when switching buffer if needed ;; TODO this doesn't work
+  ;; (setq consult--display-buffer #'persp-switch-to-buffer)
 
   (defvar consult-initial-narrow-config
     '((consult-buffer . ?x)