ENH add full tabl completion to counsel-find-file

This commit is contained in:
Nathan Dwarshuis 2020-10-18 14:52:04 -04:00
parent 9fbc758b58
commit 5302521246
1 changed files with 4 additions and 0 deletions

View File

@ -4528,6 +4528,10 @@ This key collides with plenty of other stuff, notably scheduling in org mode
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(define-key pyenv-mode-map (kbd "C-c C-s") nil) (define-key pyenv-mode-map (kbd "C-c C-s") nil)
#+END_SRC #+END_SRC
*** counsel
#+begin_src emacs-lisp
(define-key counsel-find-file-map (kbd "<tab>") #'ivy-alt-done)
#+end_src
** global ** global
*** function *** function
:PROPERTIES: :PROPERTIES: