fix(emacs): add s
, f
, and dash
packages by default
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
a9838c2722
commit
d465a86c9b
1 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue