Some tweaks and improvements for org-mode

This commit is contained in:
2019-12-06 13:13:18 +00:00
parent aedea7dc3a
commit 6c9716ca22
5 changed files with 19 additions and 0 deletions

View File

@@ -27,12 +27,16 @@
:custom
(org-export-backends '(ascii html icalendar latex md confluence))
(org-export-with-section-numbers nil)
(org-export-with-sub-superscripts '{})
:init
(defun siren-org-mode-setup ()
(setq fill-column 80
whitespace-action '(auto-cleanup))
(setcar (nthcdr 4 org-emphasis-regexp-components) 20)
(org-set-emph-re 'org-emphasis-regexp-components org-emphasis-regexp-components)
(linum-mode t)
(flyspell-mode)
(fci-mode)