Emacs Org-Mode: Adjust fontification block length

This commit is contained in:
Marcel Kapfer 2019-02-14 20:27:22 +01:00
parent 72f55571d6
commit eb0457e9cf
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 0 deletions

View File

@ -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)