diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 44f2efe..5e591b5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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"