mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Some tweaks and improvements for org-mode
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user