From 4e23ff5069949a0d41a24b44ce0a4da382af262e Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sun, 8 Dec 2019 23:01:06 -0600 Subject: 2019-12-08 23:01 --- emacs/init.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 00ae3a0..9536b5e 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -44,6 +44,13 @@ ;; packages --------------------------------------------------------------------------------------- +;; exec-path-from-shell +;; must be first as this populates environment variables +(use-package exec-path-from-shell + :ensure t + ) +(exec-path-from-shell-initialize) + ;; company (use-package company :ensure t @@ -171,6 +178,9 @@ (load-file "~/source/dotfiles/emacs/color-theme-tomorrow.el") (color-theme-tomorrow-night) +(set-face-attribute 'highlight nil + :background "#373b41" + ) (set-face-attribute 'helm-selection nil :background "#373b41" :foreground "#c5c8c6" -- cgit v1.2.3