Skip to content

Commit

Permalink
Better matching criteria for counsel-M-x
Browse files Browse the repository at this point in the history
  • Loading branch information
candera committed Jul 25, 2017
1 parent 0feb1e5 commit 8166f79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1622,6 +1622,9 @@ remain indented by four spaces after refilling."
(global-set-key (kbd "C-x C-f") 'counsel-find-file)
(global-set-key (kbd "M-x") 'counsel-M-x)

;; Don't make M-x match on beginning of string
(add-to-list 'ivy-initial-inputs-alist '(counsel-M-x . ""))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Projectile
Expand Down

0 comments on commit 8166f79

Please sign in to comment.