aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-09-30 17:23:16 +1000
committerYuchen Pei <id@ypei.org>2023-09-30 17:23:16 +1000
commitc1d82d09ab1ab4d8f5ac0c610a3258af63573f15 (patch)
tree9873c077056b1e7445e1b89d6b62771ae493a35c /emacs
parentc2c8dc13c8d052cac552d3db69654e86794a733a (diff)
[emacs] Fix lem.el load path
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init/ycp-web.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-web.el b/emacs/.emacs.d/init/ycp-web.el
index 1f15c74..bd6ca93 100644
--- a/emacs/.emacs.d/init/ycp-web.el
+++ b/emacs/.emacs.d/init/ycp-web.el
@@ -69,6 +69,7 @@
(my-override hnreader--print-comments)
(my-override hnreader--get-title))
+(add-to-list 'load-path (locate-user-emacs-file "lisp/lem.el/lisp"))
(my-package lem-org
(:delay 30))