diff options
author | jao <jao@gnu.org> | 2022-03-05 19:21:56 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-05 19:23:03 +0000 |
commit | 8f80e0d753c90c95d2008be86835c537c8487333 (patch) | |
tree | 067aaed25d2bf355ff5ea65badd384a45bf86d65 /attic | |
parent | e11383ccbc4ad09b06271c2ad2fd3b92b876cce4 (diff) | |
download | elibs-8f80e0d753c90c95d2008be86835c537c8487333.tar.gz elibs-8f80e0d753c90c95d2008be86835c537c8487333.tar.bz2 |
second chance for consult-dir
Diffstat (limited to 'attic')
-rw-r--r-- | attic/misc.org | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/attic/misc.org b/attic/misc.org index e2aa303..08063d7 100644 --- a/attic/misc.org +++ b/attic/misc.org @@ -909,15 +909,6 @@ (setq orderless-style-dispatchers '(jao-orderless--dispatch)) #+end_src -* consult dir - #+begin_src emacs-lisp :tangle no - (use-package consult-dir - :ensure t - :bind (("C-x C-d" . consult-dir) - :map minibuffer-local-completion-map - (("C-x C-d" . consult-dir) - ("C-x C-j" . consult-dir-jump-file)))) - #+end_src * embark *** prompt format #+begin_src emacs-lisp |