1
0
Fork 0

fix(emacs): add s, f, and dash packages by default

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-23 02:28:38 -05:00
parent a9838c2722
commit d465a86c9b
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -15,6 +15,12 @@
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))
;; Elisp
(straight-use-package 's)
(straight-use-package 'f)
(straight-use-package 'dash)
;; Completion
(straight-use-package 'company)
(straight-use-package 'company-box)
@ -74,9 +80,6 @@
(straight-use-package 'eglot)
(straight-use-package 'eldoc-box)
;; Misc
(straight-use-package 'dash)
;; Programming
(straight-use-package '(copilot :type git :host github
:repo "zerolfx/copilot.el"