General clean up

This commit is contained in:
Henrik Lissner 2015-07-17 12:09:35 +02:00
parent d2f680d405
commit 83ad33d6fe
5 changed files with 6 additions and 19 deletions

View file

@ -20,12 +20,14 @@ enable multiple minor modes for the same regexp.")
"^\\*Backtrace\\*$"
"^\\*Warnings\\*$"
"^\\*Compile-Log\\*$"
"^\\*compilation\\*$"
"^\\*Ediff.*\\*$"
"^\\*helm.*\\*$"
"^\\*eval\\*$"
"^\\*Shell Command Output\\*$"
"^\\*Async Shell Command\\*$"
"^\\*WoMan-Log\\*$"
"^\\*Completions\\*$"
help-mode
image-mode
dired-mode
@ -41,7 +43,7 @@ buffer to display.")
(defvar narf-ignore-buffers '("*Completions*" "*Compile-Log*" "*inferior-lisp*"
"*Fuzzy Completions*" "*Apropos*" "*Help*" "*cvs*"
"*Buffer List*" "*Ibuffer*" "*esh command on file*"
"*helm*" "*WoMan-Log*")
"*helm*" "*WoMan-Log*" "*compilation*")
"List of buffer names to ignore when using `winner-undo', or `winner-redo'")
(defvar narf-cleanup-processes-alist '(("pry" . ruby-mode)