tweak treemacs
This commit is contained in:
parent
0a232ba4ea
commit
d79ad7af7f
|
@ -100,7 +100,8 @@
|
||||||
(display-time-mode 1)
|
(display-time-mode 1)
|
||||||
|
|
||||||
(after! treemacs
|
(after! treemacs
|
||||||
(setq treemacs-width 25))
|
(setq treemacs-width 28)
|
||||||
|
(bind-key "M-0" #'treemacs-select-window))
|
||||||
|
|
||||||
(use-package! alert
|
(use-package! alert
|
||||||
:config
|
:config
|
||||||
|
|
|
@ -131,10 +131,12 @@ Display the current time in the modeline
|
||||||
#+end_src
|
#+end_src
|
||||||
** Treemacs
|
** Treemacs
|
||||||
Configure treemacs, doing the following:
|
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
|
#+begin_src emacs-lisp
|
||||||
(after! treemacs
|
(after! treemacs
|
||||||
(setq treemacs-width 25))
|
(setq treemacs-width 28)
|
||||||
|
(bind-key "M-0" #'treemacs-select-window))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Alert
|
** Alert
|
||||||
Configure notifications that originate from within emacs
|
Configure notifications that originate from within emacs
|
||||||
|
|
Loading…
Reference in New Issue