mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Moved this to an actual file
This commit is contained in:
parent
29e2c5e7d8
commit
88fc7ded05
2 changed files with 5 additions and 9 deletions
|
|
@ -20,15 +20,7 @@
|
|||
* Lib
|
||||
** memoize
|
||||
#+begin_src emacs-lisp
|
||||
(use-package memoize)
|
||||
#+end_src
|
||||
** hydra
|
||||
#+begin_src emacs-lisp
|
||||
(use-package hydra)
|
||||
#+end_src
|
||||
** cl
|
||||
#+begin_src emacs-lisp
|
||||
(require 'cl)
|
||||
|
||||
#+end_src
|
||||
* Custom file
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@
|
|||
(use-package s)
|
||||
(use-package dash)
|
||||
(use-package mmt)
|
||||
(use-package memoize)
|
||||
(use-package hydra)
|
||||
|
||||
(require 'cl)
|
||||
|
||||
;;; These are utilities that I have written.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue