mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(org-mode): remove custom tab-width setting
Apparently tab-width must be 8 in org-mode, as I am getting errors saying just that when it is set to 2.
This commit is contained in:
@@ -78,8 +78,7 @@
|
||||
:preface
|
||||
(defun siren-org-mode-setup ()
|
||||
(setq fill-column 80
|
||||
whitespace-action '(auto-cleanup)
|
||||
tab-width 2)
|
||||
whitespace-action '(auto-cleanup))
|
||||
|
||||
(setcar (nthcdr 4 org-emphasis-regexp-components) 20)
|
||||
(org-set-emph-re 'org-emphasis-regexp-components
|
||||
|
||||
Reference in New Issue
Block a user