From e9e5696bc95d34aad8eb561d7458ac21b06359b0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 28 Apr 2024 20:59:39 -0500 Subject: bug fixing, repo changes, etc. - add font lock studio, - don't disable Emacs native vc backend functions - change elpa mirror location - change default location for localrepo - update packages - add constant for journals directory and ensure it exists on launch - move project file to org-roam - add remote repository reset to scripts folder --- modules/config-utilities.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'modules/config-utilities.el') diff --git a/modules/config-utilities.el b/modules/config-utilities.el index aeeed5fc..c6942015 100644 --- a/modules/config-utilities.el +++ b/modules/config-utilities.el @@ -104,8 +104,14 @@ Will recompile natively if supported, or byte-compiled if not." (cl-sort features-vec 'string-lessp) (cl-loop for x across features-vec do (insert (format " - %-25s: %s\n" x - (locate-library (symbol-name x)))))) - (goto-char (point-min)))) + (locate-library (symbol-name x)))))) + (goto-char (point-min)))) + +;; ------------------------------ Font Lock Studio ----------------------------- +;; debugger for font lock keywords + +(use-package font-lock-studio + :demand t) (provide 'config-utilities) ;;; config-utilities.el ends here -- cgit v1.2.3