From ba65282d314994d55cefb3cb17369d910ed1a9c1 Mon Sep 17 00:00:00 2001 From: Juan Placencia Date: Tue, 27 Jul 2021 20:56:54 -0500 Subject: [PATCH] Use exec-path-from-shell --- uno/modules/+index.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/uno/modules/+index.org b/uno/modules/+index.org index 91ae332..9d9ee83 100644 --- a/uno/modules/+index.org +++ b/uno/modules/+index.org @@ -11,6 +11,16 @@ Define core package. (provide 'uno)) #+END_SRC +* Environment Variables + +#+BEGIN_SRC emacs-lisp + (use-package exec-path-from-shell + :after uno + :if (member window-system '(ns x)) + :init + (exec-path-from-shell-initialize)) +#+END_SRC + * Garbage Collection Use =gcmh= to optimize garbage collection calls.