diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-30 07:45:44 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-30 07:45:44 -0700 |
commit | ce4a73490910cf4980eed2ced28a8b33bef34754 (patch) | |
tree | b6894c3a329a974b9c21dde43cbe6e2758765063 | |
parent | elfeed stuff (diff) | |
download | emacs.d-ce4a73490910cf4980eed2ced28a8b33bef34754.tar.gz |
load my custom denote code
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
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: |