No longer disable line numbers in org-mode
Now that doom-themes no longer imposes variable height heading fonts. However, if you use them yourself, you may want to disable line numbers there yourself via (add-hook 'org-mode-hook #'doom|disable-line-numbers)
This commit is contained in:
parent
7c9e96da87
commit
9ed9daa79f
1 changed files with 1 additions and 2 deletions
|
@ -99,8 +99,7 @@
|
|||
+org|setup-custom-links))
|
||||
|
||||
(add-hook! 'org-mode-hook
|
||||
#'(doom|disable-line-numbers ; org doesn't really need em
|
||||
org-bullets-mode ; "prettier" bullets
|
||||
#'(org-bullets-mode ; "prettier" bullets
|
||||
org-indent-mode ; margin-based indentation
|
||||
toc-org-enable ; auto-table of contents
|
||||
auto-fill-mode ; line wrapping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue