disable project sidebars (never used them...)

This commit is contained in:
contrapunctus 2021-11-18 15:17:03 +05:30
parent 5c3a7419a9
commit 5a19d3bc36
1 changed files with 2 additions and 0 deletions

View File

@ -3447,6 +3447,7 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel
*** treemacs
#+BEGIN_SRC emacs-lisp
(use-package treemacs
:disabled t
:bind (:map treemacs-mode-map
([mouse-1] . #'treemacs-single-click-expand-action))
:config
@ -3464,6 +3465,7 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel
*** side-hustle
#+BEGIN_SRC emacs-lisp
(use-package side-hustle
:disabled t
:bind
(:map side-hustle-mode-map
(("r" . next-line)