General update
This commit is contained in:
parent
3524891784
commit
96eeeb499d
4 changed files with 16 additions and 18 deletions
|
@ -23,7 +23,6 @@
|
|||
helm-split-window-preferred-function 'narf/helm-split-window)
|
||||
:config
|
||||
(require 'helm-ag)
|
||||
(require 'helm-grep)
|
||||
|
||||
(evil-set-initial-state 'helm-mode 'emacs)
|
||||
|
||||
|
@ -49,6 +48,18 @@
|
|||
|
||||
(advice-add 'helm-display-mode-line :override 'narf*helm-hide-modeline))
|
||||
|
||||
(use-package helm-ag
|
||||
:commands (helm-ag
|
||||
helm-ag-mode
|
||||
helm-do-ag
|
||||
helm-do-ag-this-file
|
||||
helm-do-ag-project-root
|
||||
helm-do-ag-buffers
|
||||
helm-ag-project-root
|
||||
helm-ag-pop-stack
|
||||
helm-ag-buffers
|
||||
helm-ag-clear-stack))
|
||||
|
||||
(use-package helm-org
|
||||
:commands (helm-org-in-buffer-headings
|
||||
helm-org-agenda-files-headings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue