require the s lib
This commit is contained in:
parent
93c63de503
commit
b3a3b0c765
5
conf.org
5
conf.org
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue