Add s as explicit emacs dep
This was blocking emacs startup on darwin
This commit is contained in:
parent
99e4100406
commit
3160e9799c
1 changed files with 3 additions and 0 deletions
|
@ -288,6 +288,9 @@
|
||||||
(use-package rainbow-delimiters
|
(use-package rainbow-delimiters
|
||||||
:hook (prog-mode . rainbow-delimiters-mode))
|
:hook (prog-mode . rainbow-delimiters-mode))
|
||||||
|
|
||||||
|
;; String manipulation
|
||||||
|
(use-package s)
|
||||||
|
|
||||||
;; Side window with symbols or headline
|
;; Side window with symbols or headline
|
||||||
(use-package sr-speedbar
|
(use-package sr-speedbar
|
||||||
:custom
|
:custom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue