Add treemacs to packages, it is sometimes useful

This commit is contained in:
Maciej 2022-05-28 22:28:54 +03:00
parent f065157216
commit cf05ef03b1
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 9 additions and 1 deletions

View file

@ -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)

View file

@ -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