From 42cfad426357ec758b18e68e6935dcfbd22dccd2 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 4 Feb 2023 17:19:23 -0500 Subject: [PATCH] internal: update setup-mu4e.el location --- lisp/misc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/misc.el b/lisp/misc.el index ed95341..63137ba 100644 --- a/lisp/misc.el +++ b/lisp/misc.el @@ -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) -- 2.38.4