emacs: Configure speedbar
This commit is contained in:
parent
56d23a2beb
commit
912f8a4383
1 changed files with 9 additions and 0 deletions
|
@ -295,6 +295,15 @@
|
|||
(use-package rainbow-delimiters
|
||||
:hook (prog-mode . rainbow-delimiters-mode))
|
||||
|
||||
;; Side window with symbols or headline
|
||||
(use-package sr-speedbar
|
||||
:custom
|
||||
(speedbar-use-images nil "Don't use images in speedbar")
|
||||
:general
|
||||
(lmap
|
||||
"wb" '(sr-speedbar-toggle :which-key "Outline bar"))
|
||||
)
|
||||
|
||||
;; Tempel (snippet expansion)
|
||||
(use-package tempel
|
||||
:demand t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue