General cleanup
This commit is contained in:
parent
0db56ccdb4
commit
87c2dc84f6
11 changed files with 69 additions and 65 deletions
|
@ -3,7 +3,7 @@
|
|||
(use-package helm
|
||||
:commands (helm helm-other-buffer helm-mode)
|
||||
:init
|
||||
(defvar helm-global-prompt ":: ")
|
||||
(defvar helm-global-prompt "›")
|
||||
(setq-default
|
||||
helm-quick-update t
|
||||
helm-reuse-last-window-split-state t
|
||||
|
@ -98,7 +98,7 @@
|
|||
"TAB" 'helm-execute-persistent-action)
|
||||
|
||||
(mapc (lambda (r) (add-to-list 'helm-boring-file-regexp-list r))
|
||||
(list "\\.projects$" "\\.DS_Store$" "\\.cask")))
|
||||
(list "\\.projects$" "\\.DS_Store$")))
|
||||
|
||||
(use-package helm-ag
|
||||
:commands (helm-ag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue