Browse Source

Try counsel-M-x

master
10sr 5 years ago
parent
commit
00d448284a
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -2359,6 +2359,7 @@ Any output will be written to current buffer."
(defvar ivy-re-builders-alist)
(set-variable 'ivy-re-builders-alist
'((t . ivy--regex-fuzzy)))
(define-key esc-map "x" 'counsel-M-x)
;; (counsel-mode 1)
;; counsel-fzf executes fzf -f QUERY for each input
;; (define-key ctl-x-map "f"


Loading…
Cancel
Save