From de759743f0281c6e9dad043d66ca055e19e42491 Mon Sep 17 00:00:00 2001 From: Yousef Jan Date: Tue, 12 May 2026 10:51:53 +0300 Subject: Tweaks --- doom/config.el | 4 ++++ doom/init.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'doom') 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) diff --git a/doom/init.el b/doom/init.el index b4d3e7f..1f0bf7f 100644 --- a/doom/init.el +++ b/doom/init.el @@ -77,8 +77,8 @@ :term ;;eshell ; the elisp shell that works everywhere ;;shell ; simple shell REPL for Emacs - ;;term ; basic terminal emulator for Emacs - vterm ; the best terminal emulation in Emacs + term ; basic terminal emulator for Emacs + ;;vterm ; the best terminal emulation in Emacs :checkers syntax ; tasing you for every semicolon you forget -- cgit v1.2.3