require the s lib

This commit is contained in:
ndwarshuis 2019-04-10 00:33:04 -04:00
parent 93c63de503
commit b3a3b0c765
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@ Using an org file like this offers several advantages. First, org files are fold
* library
This is code that is used generally throughout the emacs config
** external
*** s
#+BEGIN_SRC emacs-lisp
(use-package s
:ensure t)
#+END_SRC
*** dash
#+BEGIN_SRC emacs-lisp
(use-package dash