From ce4a73490910cf4980eed2ced28a8b33bef34754 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 30 Sep 2024 07:45:44 -0700 Subject: load my custom denote code --- init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index ceef319..cbf72e1 100644 --- a/init.el +++ b/init.el @@ -33,6 +33,7 @@ ;;; Custom configurations (add-to-list 'load-path (expand-file-name "config" user-emacs-directory)) +(add-to-list 'load-path (expand-file-name "lisp" user-emacs-directory)) (require 'init-base) (require 'init-ui) @@ -47,6 +48,8 @@ (require 'init-notes) (require 'init-elfeed) +(require 'my-denote) + (report-time-since-load) ;; Local Variables: -- cgit v1.2.3