Updated config
This commit is contained in:
parent
d309be7bb4
commit
519c7e293c
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue