diff options
| author | Yousef Jan <yousefjan24000@gmail.com> | 2026-05-12 10:51:53 +0300 |
|---|---|---|
| committer | Yousef Jan <yousefjan24000@gmail.com> | 2026-05-12 10:51:53 +0300 |
| commit | de759743f0281c6e9dad043d66ca055e19e42491 (patch) | |
| tree | 3db8a3168c2fb4abf26600739cf81e173b37c75e | |
| parent | 5836edd99f703ae44066fab774cd1858b06b12b6 (diff) | |
Tweaks
| -rw-r--r-- | doom/config.el | 4 | ||||
| -rw-r--r-- | doom/init.el | 4 | ||||
| -rw-r--r-- | ghostty/config | 9 |
3 files changed, 9 insertions, 8 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) 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 diff --git a/ghostty/config b/ghostty/config index b45cb39..d7275d8 100644 --- a/ghostty/config +++ b/ghostty/config @@ -1,13 +1,12 @@ background=#131313 -font-family = FiraCode Nerd Font Mono -font-size = 15 +font-size = 11 background-blur-radius = 20 mouse-hide-while-typing = true window-decoration = true macos-option-as-alt = true -background-opacity = 1 -background-blur-radius = 20 +background-opacity = 0.95 +background-blur-radius = false foreground = #FCFCFC keybind = cmd+shift+right=goto_split:right @@ -23,5 +22,3 @@ keybind = ctrl+shift+j=goto_split:down window-padding-balance = true split-divider-color = #444444 -image-storage-limit = 320000000 - |