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 ;; Disable native comp warnings
(setq native-comp-async-report-warnings-errors 'silent) (setq native-comp-async-report-warnings-errors 'silent)
(setq warning-minimum-level :emergency)
;; Save history of minibuffer ;; Save history of minibuffer
(savehist-mode) (savehist-mode)

View file

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