From: Don Armstrong Date: Tue, 22 Dec 2020 16:33:00 +0000 (-0800) Subject: update paths (include /usr/local/bin and ~/bin) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=66cc12c35e96514a579c06f27d3fb57efac907ce;p=lib.git update paths (include /usr/local/bin and ~/bin) --- 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/")