Commit 8168f99ae092

Vincent Demeester <vincent@sbr.pm>
2019-01-07 17:54:41
vde-org: multiline fontification 💪
see https://fuco1.github.io/2018-12-23-Multiline-fontification-with-org-emphasis-alist.html Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent be0aedd
Changed files (1)
lisp/vde-org.el
@@ -30,6 +30,8 @@
   (setq org-pretty-entities t)
   (setq org-insert-heading-respect-content t)
   (setq org-ellipsis " …")
+
+  (setcar (nthcdr 4 org-emphasis-regexp-components) 10)
   
   (setq org-tag-alist (quote ((:startgroup . nil)
                               ("@home" . ?h) ("@work" . ?w) ("@errand" . ?e)