Add treemacs to spacemacs config; add f8 shortcut key

This commit is contained in:
Tommy Harris 2021-02-18 22:42:27 -07:00
parent c730cf5e71
commit 64a11a03ef
Signed by: tobraha
GPG Key ID: 93769A4F97AE33E9
1 changed files with 8 additions and 1 deletions

View File

@ -30,7 +30,11 @@ values."
dotspacemacs-configuration-layer-path '()
;; List of configuration layers to load.
dotspacemacs-configuration-layers
'(rust
'(treemacs :variables
(treemacs-use-follow-mode t
treemacs-use-filewatch-mode t
treemacs-use-git-mode 'deferred)
rust
systemd
javascript
windows-scripts
@ -314,6 +318,7 @@ executes.
before packages are loaded. If you are unsure, you should try in setting them in
`dotspacemacs/user-config' first."
;; set org-mode table values
(setq org-todo-keyword-faces
(quote (("TODO" :foreground "red3" :weight bold)
("IN-PROGRESS" :foreground "green" :weight bold)
@ -350,6 +355,8 @@ before packages are loaded. If you are unsure, you should try in setting them in
;; ========== Multiple Cursors =============================
(global-set-key [f8] 'treemacs)
;; Use C-c a to open org agenda
(add-hook 'org-mode-hook
(lambda ()