mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
14 lines
269 B
EmacsLisp
14 lines
269 B
EmacsLisp
;;; Libraries that other parts of the config use
|
|
|
|
(use-package mmt)
|
|
(use-package f)
|
|
(use-package s)
|
|
(use-package dash)
|
|
(use-package memoize)
|
|
(use-package hydra)
|
|
|
|
;; I would like common lisp and the library of alexandria
|
|
(require 'cl)
|
|
(require 'subr-x)
|
|
|
|
(provide 'libs)
|