X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=emacs_el%2Fconfiguration%2Fdon-configuration.org;h=0500eb8533ea7d03762ef001c8b278b266499905;hb=66cc12c35e96514a579c06f27d3fb57efac907ce;hp=043acfea8ba2dac5ffaf18a6a030d39686fa41ae;hpb=1954f0d0224cb0c769161fa88a9f6cc45d95b747;p=lib.git diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 043acfe..0500eb8 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -82,7 +82,13 @@ load [[https://github.com/jwiegley/use-package/][use-package]] even faster :config (setq paradox-execute-asynchronously t) ) #+END_SRC -* Add library paths +* Paths +** Update PATH +#+BEGIN_SRC emacs-lisp + (add-to-list 'exec-path '"/usr/local/bin") + (add-to-list 'exec-path '"~/bin/") +#+END_SRC +** Add library paths #+BEGIN_SRC emacs-lisp (add-to-list 'load-path '"~/lib/emacs_el/")