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:
Jim Myhrberg
2024-07-17 13:13:16 +01:00
parent 9ba69c8e62
commit 4cff1f760b

View File

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