Updated config

This commit is contained in:
Chad Nelson 2025-03-04 05:50:39 -07:00
parent d309be7bb4
commit 519c7e293c
2 changed files with 4 additions and 1 deletions

View file

@ -46,6 +46,8 @@
;; Disable native comp warnings
(setq native-comp-async-report-warnings-errors 'silent)
(setq warning-minimum-level :emergency)
;; Save history of minibuffer
(savehist-mode)

View file

@ -2,7 +2,8 @@
(use-package treemacs
:ensure t
:hook
(dashboard-after-initialize-hook . treemacs)
(dashboard-after-initialize-hook . (lambda ()
(treemacs)))
:config
(treemacs-project-follow-mode)
(setq treemacs-project-follow-into-home t))