From 06914aff2b0011d41bc50447965a8d7c6ef52c9b Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 19 Jun 2023 11:19:19 +1000 Subject: precision fixes - Adding org-jira - Also fixed getting builders in buildbot - Adding gdb-mi and gud - Adding gdb and shell configs - Also mariadb dev related stuff - A few more modes - some more updates --- emacs/.emacs.d/init/ycp-markup.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'emacs/.emacs.d/init/ycp-markup.el') diff --git a/emacs/.emacs.d/init/ycp-markup.el b/emacs/.emacs.d/init/ycp-markup.el index c001131..65a9db0 100644 --- a/emacs/.emacs.d/init/ycp-markup.el +++ b/emacs/.emacs.d/init/ycp-markup.el @@ -93,5 +93,13 @@ (my-override nov-scroll-up) ) +;;; json-mode +(my-package json-mode + (:delay 30) + (:install t) + (require 'my-prog) + (add-hook 'json-mode-hook 'my-json-set-header-line-to-path) + ) + (provide 'ycp-markup) ;;; ycp-markup.el ends here -- cgit v1.2.3