Expand winner-boring-buffers

This commit is contained in:
Henrik Lissner 2015-11-27 03:38:11 -05:00
parent 00a0038fcc
commit 3a92193584
4 changed files with 12 additions and 23 deletions

View file

@ -344,12 +344,6 @@ will function properly."
(mapc (lambda (r) (add-to-list 'helm-boring-file-regexp-list r))
(list "\\.attach$" "\\.Rhistory$")))
(after! winner
(dolist (bufname '("*Org todo*"
"*Org Links*"
"*Agenda Commands*"))
(push bufname winner-boring-buffers)))
;; fix some org-mode + yasnippet conflicts:
(defun yas/org-very-safe-expand ()
(let ((yas-fallback-behavior 'return-nil)) (yas-expand)))