diff options
| author | Blake Romero <blake@blkrom.com> | 2025-10-03 22:00:04 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-10-03 22:00:04 +0100 |
| commit | e17e05f4228be5be40627046341c54d5f6605534 (patch) | |
| tree | 779de024c81542522ba6f1825ee94ab4d97233a7 | |
| parent | cc6911351683bee4cf413c49ef153fe637c186a1 (diff) | |
Move extensions path
| -rw-r--r-- | emacs-config.org | 12 |
1 files 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 |
