Merge pull request #2619 from karlicoss/patch-1

Adjust org-capture popup rule to exclude capture.org filename
This commit is contained in:
Henrik Lissner 2020-02-28 22:28:39 -05:00 committed by GitHub
commit 7cd9e55c8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -671,7 +671,7 @@ between the two."
("^\\*Org Select" :slot -1 :vslot -2 :ttl 0 :size 0.25)
("^\\*Org Agenda" :ignore t)
("^\\*Org Src" :size 0.4 :quit nil :select t :autosave t :modeline t :ttl nil)
("^CAPTURE.*\\.org$" :size 0.25 :quit nil :select t :autosave t))))
("^CAPTURE-.*\\.org$" :size 0.25 :quit nil :select t :autosave t))))
(defun +org-init-protocol-lazy-loader-h ()