forked from colonelpanic/dotfiles
Fix helm-M-x not loading issue.
This commit is contained in:
parent
1f18a2fef4
commit
80c953e1bb
@ -813,14 +813,16 @@ The current directory is assumed to be the project's root otherwise."
|
||||
;; File Navigation: helm/projectile/ido
|
||||
;; =============================================================================
|
||||
|
||||
(use-package helm
|
||||
:ensure t
|
||||
(use-package helm-config
|
||||
:ensure helm
|
||||
:bind (("M-y" . helm-show-kill-ring)
|
||||
("M-x" . helm-M-x)
|
||||
("C-x C-i" . helm-imenu)
|
||||
("C-h a" . helm-apropos))
|
||||
:init
|
||||
(progn
|
||||
(require 'helm)
|
||||
(helm-mode 1)
|
||||
(use-package helm-ag :ensure t :defer t))
|
||||
:config
|
||||
(progn
|
||||
@ -854,6 +856,7 @@ The current directory is assumed to be the project's root otherwise."
|
||||
|
||||
(use-package smex
|
||||
:ensure t
|
||||
;; Using helm-M-x instead
|
||||
:disabled t
|
||||
:commands smex
|
||||
;; This is here because smex feels like part of ido
|
||||
|
Loading…
Reference in New Issue
Block a user