refactor(emacs): organise into reasonable modules
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
51a7ff1b9c
commit
e99a639325
10 changed files with 270 additions and 199 deletions
15
.emacs.d/include/priime-elisp.el
Normal file
15
.emacs.d/include/priime-elisp.el
Normal file
|
@ -0,0 +1,15 @@
|
|||
;;; priime-elisp.el --- Elisp configuration
|
||||
;;; Commentary:
|
||||
;; Provides configuration for Elisp-related libraries and functions
|
||||
;;; Code:
|
||||
|
||||
(require 'straight)
|
||||
|
||||
(use-package s :straight t)
|
||||
(use-package f :straight t)
|
||||
(use-package dash :straight t)
|
||||
(straight-use-package 'emacs-async)
|
||||
|
||||
(provide 'priime-elisp)
|
||||
|
||||
;;; priime-elisp.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue