From 372a3317ffb0bf1a77f74852ffc905e1ec292089 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 8 Jan 2021 23:33:06 -0600 Subject: Add exec-path-from-shell --- config.org | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'config.org') diff --git a/config.org b/config.org index 23918ee..2da6c4e 100644 --- a/config.org +++ b/config.org @@ -5,7 +5,7 @@ #+EXPORT_FILE_NAME: README.md #+OPTIONS: toc:nil #+BANKRUPTCY_COUNT: 3.2 -#+Time-stamp: <2021-01-08 08:46:01 acdw> +#+Time-stamp: <2021-01-08 23:30:14 acdw> * Basics @@ -1867,6 +1867,22 @@ I’m only enabling this at home for now, since it requires building stuff. ;; TODO : add tokens ... somehow #+end_src +* System integration + +** Linux + +*** Exec path from shell + + #+begin_src emacs-lisp + (at-home + (straight-use-package 'exec-path-from-shell) + (defvar acdw/exec-path-from-shell-initialized nil + "Stores whether we've initialized or not.") + (unless acdw/exec-path-from-shell-initialized + (exec-path-from-shell-initialize) + (setq acdw/exec-path-from-shell-initialized (current-time)))) + #+end_src + * Appendices ** Emacs' files -- cgit 1.4.1-21-gabe81