Emacs Org-Mode: Adjust fontification block length
This commit is contained in:
parent
72f55571d6
commit
eb0457e9cf
1 changed files with 4 additions and 0 deletions
|
@ -509,6 +509,10 @@
|
|||
;; store link to message if in header view, not to header query
|
||||
(setq org-mu4e-link-query-in-headers-mode nil)
|
||||
|
||||
;; Adjust fontification block length
|
||||
(setcar (nthcdr 4 org-emphasis-regexp-components) 10)
|
||||
(org-set-emph-re 'org-emphasis-regexp-components org-emphasis-regexp-components)
|
||||
|
||||
:bind
|
||||
(("C-c l" . org-store-link)
|
||||
("C-c c" . org-capture)
|
||||
|
|
Loading…
Reference in a new issue