Browse Source

Use exec-path-from-shell

master
Juan Placencia 4 years ago
parent
commit
ba65282d31
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      uno/modules/+index.org

+ 10
- 0
uno/modules/+index.org View File

@ -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.

Loading…
Cancel
Save