aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-markup.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-08-03 08:29:49 +1000
committerYuchen Pei <id@ypei.org>2023-08-03 08:29:49 +1000
commit53d94b9afd8dd51dd591f70b4f00b77c3ed403b4 (patch)
treecc0a805c0077ac7869e6e6af6773c37ceff0ee1f /emacs/.emacs.d/init/ycp-markup.el
parent66aac92722ec86788367749aa25214a0baaa89a6 (diff)
fixing a few things in bbdb, json and org
Diffstat (limited to 'emacs/.emacs.d/init/ycp-markup.el')
-rw-r--r--emacs/.emacs.d/init/ycp-markup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/ycp-markup.el b/emacs/.emacs.d/init/ycp-markup.el
index 1330f0a..d4879dd 100644
--- a/emacs/.emacs.d/init/ycp-markup.el
+++ b/emacs/.emacs.d/init/ycp-markup.el
@@ -101,7 +101,7 @@
(:delay 30)
(:install t)
(require 'my-prog)
- (add-hook 'json-mode-hook 'my-json-set-header-line-to-path)
+ (add-hook 'json-mode-hook 'my-json-set-header-line-hook)
)
(provide 'ycp-markup)