diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-02 21:14:36 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-02 21:14:36 +0000 |
commit | b230b659631bb33cce0b3d65cea2e2486ae73c1f (patch) | |
tree | 85c3be1cf31e693335219b1107faf657443a8177 | |
parent | 0e54179c77e18d419693ca4ddef0f1173fb9326a (diff) | |
download | dotfiles-b230b659631bb33cce0b3d65cea2e2486ae73c1f.tar.gz |
Remove debugging message
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index b17c2ae..3803d60 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -169,7 +169,6 @@ DEFS is a plist associating completion categories to commands." ,(message "Exit minibuffer with candidate %s" n) (interactive) (let ((current-prefix-arg ,n)) - (message "%s" current-prefix-arg) (funcall-interactively 'vertico-exit)))) ;; TODO why doens't this work in dotimes (def-choose 0) |