From 72734a940344c8e1bb7c027c39aaf2484533c6a6 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Mon, 6 Sep 2021 21:00:01 +0100 Subject: Fix deprecation warnings --- .emacs.d/lisp/init-minibuffer.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index 148986e..5453050 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -255,7 +255,7 @@ (setq consult-project-root-function (lambda () (when-let (project (project-current)) - (car (project-roots project))))) + (project-root project)))) ;; Switch perspective when switching buffer if needed (setq consult--display-buffer #'persp-switch-to-buffer) @@ -371,7 +371,7 @@ (unless (bound-and-true-p consult--preview-function) ;; Disable preview for Consult commands (save-selected-window (let ((embark-quit-after-action)) - (embark-default-action))))) + (embark-dwim))))) ;; Hide the mode line of the Embark live/completions buffers (add-to-list 'display-buffer-alist -- cgit 1.4.1-2-gfad0