General cleanup

This commit is contained in:
Henrik Lissner 2016-04-16 21:27:59 -04:00
parent 0db56ccdb4
commit 87c2dc84f6
11 changed files with 69 additions and 65 deletions

View file

@ -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