From e17e05f4228be5be40627046341c54d5f6605534 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 3 Oct 2025 22:00:04 +0100 Subject: Move extensions path --- emacs-config.org | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/emacs-config.org b/emacs-config.org index ab4b0c1..bb56fbf 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1550,12 +1550,20 @@ Repeat action. (keymap-set +global-keys-map "C-." #'repeat) #+end_src -* EXTENSIONS +* Extensions +** KJB #+begin_src elisp - (add-to-list 'load-path "~/shared/modally/") + (add-to-list 'load-path "~/repos/kjb/") + (add-to-list 'load-path "~/repos/kjb/extensions/") +#+end_src + +** Modally +#+begin_src elisp + (add-to-list 'load-path "~/repos/modally/") (require 'modally) (modally-mode) #+end_src + * Extra Packages ** Use package #+begin_src elisp -- cgit