Update
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
;; To disable collection of benchmark data after init is done.
|
;; To disable collection of benchmark data after init is done.
|
||||||
(add-hook 'after-init-hook 'benchmark-init/deactivate))
|
(add-hook 'after-init-hook 'benchmark-init/deactivate))
|
||||||
|
|
||||||
|
(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"))
|
||||||
|
|
||||||
(setf meow-expand-hint-remove-delay 0)
|
(setf meow-expand-hint-remove-delay 0)
|
||||||
|
|
||||||
(setq duplicate-line-final-position 1)
|
(setq duplicate-line-final-position 1)
|
||||||
|
|||||||
@@ -10,6 +10,13 @@
|
|||||||
(add-hook 'after-init-hook 'benchmark-init/deactivate))
|
(add-hook 'after-init-hook 'benchmark-init/deactivate))
|
||||||
#+end_src
|
#+end_src
|
||||||
* My doom config
|
* 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
|
** Meow
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setf meow-expand-hint-remove-delay 0)
|
(setf meow-expand-hint-remove-delay 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user