Add s as explicit emacs dep
All checks were successful
Cachix / build (elendel) (push) Successful in 1m48s
Cachix / build (kholinar) (push) Successful in 2m19s
Cachix / build (marabethia) (push) Successful in 1m56s

This was blocking emacs startup on darwin
This commit is contained in:
Charlotte Van Petegem 2025-03-14 13:27:42 +01:00
parent 99e4100406
commit 3160e9799c
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -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