mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
General update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user