~edwargix/emacs.d

42cfad426357ec758b18e68e6935dcfbd22dccd2 — David Florness 2 years ago ea3c8b6
internal: update setup-mu4e.el location
1 files changed, 2 insertions(+), 2 deletions(-)

M lisp/misc.el
M lisp/misc.el => lisp/misc.el +2 -2
@@ 83,8 83,8 @@
  (which-key-mode))

;; setup the mu4e email client
(when (file-exists-p "~/scripts/setup-mu4e.el")
  (load-file "~/scripts/setup-mu4e.el"))
(when (file-exists-p "~/lisp/setup-mu4e.el")
  (load-file "~/lisp/setup-mu4e.el"))

;; statistics software and R-lang integration
(use-package ess)