Optimize org-priority-regexp
Mentioned in https://orgmode.org/list/500865d9-9c8a-25ef-e4ef-030fd4b2a3e3@posteo.eu/T/#m066ffa89b2ab6e888c05ba1efcb4daaf29cc17ccj May be upstreamed at some point.
This commit is contained in:
parent
987da645c2
commit
9f0a5aad4e
1 changed files with 5 additions and 1 deletions
|
@ -118,7 +118,11 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
|
||||||
(?C . success))
|
(?C . success))
|
||||||
org-startup-indented t
|
org-startup-indented t
|
||||||
org-tags-column 0
|
org-tags-column 0
|
||||||
org-use-sub-superscripts '{})
|
org-use-sub-superscripts '{}
|
||||||
|
;; HACK Speed up regexp for priority faces by making it a little less
|
||||||
|
;; greedy than the default.
|
||||||
|
;; REVIEW May be upstreamed at some point. Keep an eye out.
|
||||||
|
org-priority-regexp "^\\*+.*\\(\\[#\\([A-Z0-9]+\\)\\] ?\\)")
|
||||||
|
|
||||||
(setq org-refile-targets
|
(setq org-refile-targets
|
||||||
'((nil :maxlevel . 3)
|
'((nil :maxlevel . 3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue