~edwargix/emacs.d

13c78291a066592caac64f5bf63f96aaffa54c22 — David Florness 5 years ago 6e2204e
Use exec-path-from-shell to inherit $PATH from shell
1 files changed, 4 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +4 -0
@@ 30,6 30,10 @@
(load "~/.emacs.d/lisp/treemacs")
(load "~/.emacs.d/lisp/web")

(use-package exec-path-from-shell
  :config
  (exec-path-from-shell-initialize))

;; Winner mode: allows for undoing and redoing of windoow configurations
;; C-c <left> : undo
;; C-c <right>: redo