Expand winner-boring-buffers
This commit is contained in:
parent
00a0038fcc
commit
3a92193584
4 changed files with 12 additions and 23 deletions
|
@ -32,19 +32,6 @@
|
||||||
(mapc (lambda (r) (add-to-list 'helm-boring-file-regexp-list r))
|
(mapc (lambda (r) (add-to-list 'helm-boring-file-regexp-list r))
|
||||||
(list "\\.projects$" "\\.DS_Store$"))
|
(list "\\.projects$" "\\.DS_Store$"))
|
||||||
|
|
||||||
(after! winner
|
|
||||||
(dolist (bufname '("*helm recentf*"
|
|
||||||
"*helm projectile*"
|
|
||||||
"*helm imenu*"
|
|
||||||
"*helm company*"
|
|
||||||
"*helm buffers*"
|
|
||||||
"*helm "
|
|
||||||
"*Helm Css SCSS*"
|
|
||||||
"*helm-ag*"
|
|
||||||
"*helm-ag-edit*"
|
|
||||||
"*Helm Swoop*"))
|
|
||||||
(push bufname winner-boring-buffers)))
|
|
||||||
|
|
||||||
(bind! (:map (helm-map helm-generic-files-map helm-find-files-map helm-swoop-map helm-projectile-find-file-map)
|
(bind! (:map (helm-map helm-generic-files-map helm-find-files-map helm-swoop-map helm-projectile-find-file-map)
|
||||||
"C-w" 'backward-kill-word
|
"C-w" 'backward-kill-word
|
||||||
"C-r" 'evil-ex-paste-from-register ; Evil registers in helm! Glorious!
|
"C-r" 'evil-ex-paste-from-register ; Evil registers in helm! Glorious!
|
||||||
|
|
|
@ -23,8 +23,18 @@ buffer to display.")
|
||||||
(defvar narf-ignore-buffers '("*Completions*" "*Compile-Log*" "*inferior-lisp*"
|
(defvar narf-ignore-buffers '("*Completions*" "*Compile-Log*" "*inferior-lisp*"
|
||||||
"*Fuzzy Completions*" "*Apropos*" "*Help*" "*cvs*"
|
"*Fuzzy Completions*" "*Apropos*" "*Help*" "*cvs*"
|
||||||
"*Buffer List*" "*Ibuffer*" "*esh command on file*"
|
"*Buffer List*" "*Ibuffer*" "*esh command on file*"
|
||||||
"*helm*" "*WoMan-Log*" "*compilation*" "*use-package*"
|
"*WoMan-Log*" "*compilation*" "*use-package*"
|
||||||
"*quickrun*")
|
"*quickrun*" "*eclim: problems*" "*Flycheck errors*"
|
||||||
|
;; Helm
|
||||||
|
"*helm*" "*helm recentf*" "*helm projectile*" "*helm imenu*"
|
||||||
|
"*helm company*" "*helm buffers*" "*Helm Css SCSS*"
|
||||||
|
"*helm-ag*" "*helm-ag-edit*" "*Helm Swoop*"
|
||||||
|
"*helm M-x*" "*helm mini*" "*Helm Completions*"
|
||||||
|
"*Helm Find Files*" "*helm mu*" "*helm mu contacts*"
|
||||||
|
"*helm-mode-describe-variable*" "*helm-mode-describe-function*"
|
||||||
|
;; Org
|
||||||
|
"*Org todo*" "*Org Links*" "*Agenda Commands*"
|
||||||
|
)
|
||||||
"List of buffer names to ignore when using `winner-undo', or `winner-redo'")
|
"List of buffer names to ignore when using `winner-undo', or `winner-redo'")
|
||||||
|
|
||||||
(defvar narf-cleanup-processes-alist '(("pry" . ruby-mode)
|
(defvar narf-cleanup-processes-alist '(("pry" . ruby-mode)
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
(setq help-at-pt-timer-delay 0.1)
|
(setq help-at-pt-timer-delay 0.1)
|
||||||
(help-at-pt-set-timer)
|
(help-at-pt-set-timer)
|
||||||
|
|
||||||
(push "*eclim: problems*" winner-boring-buffers)
|
|
||||||
|
|
||||||
(after! company
|
(after! company
|
||||||
(use-package company-emacs-eclim
|
(use-package company-emacs-eclim
|
||||||
:functions company-emacs-eclim-setup
|
:functions company-emacs-eclim-setup
|
||||||
|
|
|
@ -344,12 +344,6 @@ will function properly."
|
||||||
(mapc (lambda (r) (add-to-list 'helm-boring-file-regexp-list r))
|
(mapc (lambda (r) (add-to-list 'helm-boring-file-regexp-list r))
|
||||||
(list "\\.attach$" "\\.Rhistory$")))
|
(list "\\.attach$" "\\.Rhistory$")))
|
||||||
|
|
||||||
(after! winner
|
|
||||||
(dolist (bufname '("*Org todo*"
|
|
||||||
"*Org Links*"
|
|
||||||
"*Agenda Commands*"))
|
|
||||||
(push bufname winner-boring-buffers)))
|
|
||||||
|
|
||||||
;; fix some org-mode + yasnippet conflicts:
|
;; fix some org-mode + yasnippet conflicts:
|
||||||
(defun yas/org-very-safe-expand ()
|
(defun yas/org-very-safe-expand ()
|
||||||
(let ((yas-fallback-behavior 'return-nil)) (yas-expand)))
|
(let ((yas-fallback-behavior 'return-nil)) (yas-expand)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue