Add treemacs to packages, it is sometimes useful
This commit is contained in:
parent
f065157216
commit
cf05ef03b1
2 changed files with 9 additions and 1 deletions
3
init.el
3
init.el
|
|
@ -103,7 +103,8 @@
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(font-lock-constant-face ((((type graphic)) (:foreground "#dfaf8f")) (((min-colors 256)) (:foreground "brightred")) (t (:foreground "brightred"))))
|
'(font-lock-constant-face ((((type graphic)) (:foreground "#dfaf8f")) (((min-colors 256)) (:foreground "brightred")) (t (:foreground "brightred"))))
|
||||||
'(markdown-code-face ((t (:inherit fixed-pitch :family "Rec Mono Semicasual"))))
|
'(markdown-code-face ((t (:inherit fixed-pitch :family "Rec Mono Semicasual"))))
|
||||||
'(mmm-default-submode-face ((t nil))))
|
'(mmm-default-submode-face ((t nil)))
|
||||||
|
'(treemacs-root-face ((t (:inherit font-lock-constant-face :underline t :height 1)))))
|
||||||
|
|
||||||
;; Restore GC to normal, but still high
|
;; Restore GC to normal, but still high
|
||||||
(setq gc-cons-threshold 100000000)
|
(setq gc-cons-threshold 100000000)
|
||||||
|
|
|
||||||
|
|
@ -101,6 +101,13 @@
|
||||||
(setq indicate-buffer-boundaries nil
|
(setq indicate-buffer-boundaries nil
|
||||||
indicate-empty-lines nil)
|
indicate-empty-lines nil)
|
||||||
|
|
||||||
|
;;;;;;;;;;;;;;;;; Treemacs
|
||||||
|
(use-package treemacs :straight t :defer t)
|
||||||
|
(use-package treemacs-all-the-icons :straight t)
|
||||||
|
|
||||||
|
(treemacs-load-theme "all-the-icons")
|
||||||
|
(treemacs-project-follow-mode t)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;; Record frequency of different commands. Review them later
|
;;;;;;;;;;;;;;;;; Record frequency of different commands. Review them later
|
||||||
(use-package keyfreq
|
(use-package keyfreq
|
||||||
:defer t
|
:defer t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue