1
0
Fork 0
dotfiles/.emacs.d/include/priime-elisp.el
Lucas Sta Maria 75c85d308c
fix(emacs): remove emacs-async
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
2024-12-06 22:53:34 -05:00

15 lines
332 B
EmacsLisp

;;; 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 ht :straight t)
(use-package dash :straight t)
(provide 'priime-elisp)
;;; priime-elisp.el ends here