aboutsummaryrefslogtreecommitdiff
path: root/doom/config.el
diff options
context:
space:
mode:
authorYousef Jan <yousefjan24000@gmail.com>2026-05-12 10:51:53 +0300
committerYousef Jan <yousefjan24000@gmail.com>2026-05-12 10:51:53 +0300
commitde759743f0281c6e9dad043d66ca055e19e42491 (patch)
tree3db8a3168c2fb4abf26600739cf81e173b37c75e /doom/config.el
parent5836edd99f703ae44066fab774cd1858b06b12b6 (diff)
Tweaks
Diffstat (limited to 'doom/config.el')
-rw-r--r--doom/config.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/doom/config.el b/doom/config.el
index 85e8772..242c32b 100644
--- a/doom/config.el
+++ b/doom/config.el
@@ -267,6 +267,8 @@
(setq scroll-margin 8)
+(remove-hook 'after-change-major-mode-hook #'doom-highlight-non-default-indentation-h)
+
(after! which-key
(setq which-key-idle-delay 0.5))
@@ -289,3 +291,5 @@
(setq +dashboard-functions
'(+dashboard-widget-banner
my/dashboard-widget-loaded-centered))
+
+(setq org-startup-with-inline-images t)