mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Expand winner-boring-buffers
This commit is contained in:
@@ -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)))
|
||||
|
Reference in New Issue
Block a user