diff options
author | jao <jao@gnu.org> | 2021-12-04 01:45:40 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-12-04 01:45:40 +0000 |
commit | 36787161736b3672c2cd8ae35864b529747b299f (patch) | |
tree | 83ad78dc2c8f74351687d6e6470bcfe46781e188 | |
parent | 6eb668e0f6a28efda160f768f9230bf5da8e5702 (diff) | |
download | elibs-36787161736b3672c2cd8ae35864b529747b299f.tar.gz elibs-36787161736b3672c2cd8ae35864b529747b299f.tar.bz2 |
nits
-rw-r--r-- | completion.org | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/completion.org b/completion.org index b9c273d..09c6d63 100644 --- a/completion.org +++ b/completion.org @@ -101,7 +101,7 @@ #+end_src * mct #+begin_src emacs-lisp - (jao-load-path "mct") + ;; (jao-load-path "mct") (use-package mct :ensure t :init @@ -118,11 +118,7 @@ Info-menu jao-buffer-same-mode vc-retrieve-tag)) - :bind (;; :map - ;; mct-minibuffer-local-completion-map - ;; (("<return>" . mct-complete-and-exit) - ;; ("<C-return>" . minibuffer-complete-and-exit)) - :map mct-completion-list-mode-map + :bind (:map mct-completion-list-mode-map (("e" . mct-focus-minibuffer)))) (mct-mode 1) |