Expand winner-boring-buffers
This commit is contained in:
parent
00a0038fcc
commit
3a92193584
4 changed files with 12 additions and 23 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue