tweak treemacs

This commit is contained in:
Nathan McCarty 2022-09-23 16:45:22 -04:00
parent 0a232ba4ea
commit d79ad7af7f
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 6 additions and 3 deletions

View File

@ -100,7 +100,8 @@
(display-time-mode 1)
(after! treemacs
(setq treemacs-width 25))
(setq treemacs-width 28)
(bind-key "M-0" #'treemacs-select-window))
(use-package! alert
:config

View File

@ -131,10 +131,12 @@ Display the current time in the modeline
#+end_src
** Treemacs
Configure treemacs, doing the following:
+ Set the width of the buffer to 28 characters
+ Bind the select window function to ~M-0~
#+begin_src emacs-lisp
(after! treemacs
(setq treemacs-width 25))
(setq treemacs-width 28)
(bind-key "M-0" #'treemacs-select-window))
#+end_src
** Alert
Configure notifications that originate from within emacs