This commit is contained in:
Zelong Kuang
2025-12-13 23:00:06 +11:00
parent 5e0502c8f2
commit 12d3a48c8a
2 changed files with 12 additions and 0 deletions

View File

@@ -10,6 +10,13 @@
(add-hook 'after-init-hook 'benchmark-init/deactivate))
#+end_src
* My doom config
** Some basic config
#+begin_src emacs-lisp
(setq tab-width 4)
(setq shell-file-name (executable-find "bash"))
(setq-default vterm-shell (executable-find "fish"))
(setq-default explicit-shell-file-name (executable-find "fish"))
#+end_src
** Meow
#+begin_src emacs-lisp
(setf meow-expand-hint-remove-delay 0)