documentation formatting: Sat Mar 20 21:07:12 UTC 2021

This commit is contained in:
emacspace 2021-03-20 21:07:12 +00:00 committed by Eugene Yaremenko
parent 5fac9a26c6
commit bfb3cdad8a
2 changed files with 23 additions and 21 deletions

View File

@ -293,9 +293,11 @@ to the list and it will be installed when you reload your configuration with
losing the layer's configuration for that package, add the package to your
=dotspacemacs-additional-packages= with the =:location= keyword set to the
value =local=:
#+begin_src emacs-lisp :tangle yes
#+BEGIN_SRC emacs-lisp
(package-name :location local)
#+end_src
#+END_SRC
The package should reside at =<layer>/local/<package>/= (this could be a
symbolic link to the real package (repo) directory). The package will still
get configured (but not loaded) by the layer. To load the package, require it