mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Anaphora now added to required packages
This commit is contained in:
parent
ed6bf4d957
commit
a3680ac379
1 changed files with 3 additions and 2 deletions
|
|
@ -3,12 +3,13 @@
|
|||
(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)
|
||||
(use-package dash)
|
||||
(use-package anaphora)
|
||||
(require 'cl-lib)
|
||||
(require 'subr-x)
|
||||
|
||||
;; This is helpful, for exwm-related loading
|
||||
|
|
|
|||
Loading…
Reference in a new issue