diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 10:39:01 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 11:45:07 -0500 |
commit | 15bb4094ad6c5607464404e1735722afce495178 (patch) | |
tree | 7cc0c8549de4b242df785d85e83f48bc2ecc023f | |
parent | 35eaf5a21dc776c9f7a880d0a4bf9ffc48213985 (diff) | |
download | orgmode-backport-notes-15bb4094ad6c5607464404e1735722afce495178.tar.gz |
org-maint.el: Update repo locations
-rw-r--r-- | org-maint.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org-maint.el b/org-maint.el index 1072599..2020f3d 100644 --- a/org-maint.el +++ b/org-maint.el @@ -21,8 +21,8 @@ (require 'org) -(defvar org-maint-emacs-dir "~/src/emacs/emacs/") -(defvar org-maint-org-dir "~/src/emacs/org-mode-ports/") +(defvar org-maint-emacs-dir "~/src/savannah/emacs/") +(defvar org-maint-org-dir "~/src/savannah/org-mode--ports/") (defun org-maint-apply-emacs-commit (commit &optional apply) "Apply COMMIT from `org-maint-emacs-dir' to `org-maint-org-dir'. |