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
|
;; 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)
|
||||||
|
|
||||||
|
|
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue