From 9ed9daa79f7238667c2a5616d09865343c80edf8 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 2 Mar 2019 01:57:04 -0500 Subject: [PATCH] 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) --- modules/lang/org/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 3ba70a053..c5a43719f 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -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