aboutsummaryrefslogtreecommitdiff
path: root/spacemacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'spacemacs.el')
-rw-r--r--spacemacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el
index 21d7674..ab53c0b 100644
--- a/spacemacs.el
+++ b/spacemacs.el
@@ -557,7 +557,7 @@ dump."
cider-clojure-interaction-mode))
(defvar custom-keybindings '(("→" . (lambda () (interactive) (evil-insert 1)))
- ("M-ç" . (lambda () (interactive) (find-file "~/Nextcloud/txt/TODOs.org")))
+ ("M-ç" . (lambda () (interactive) (find-file "~/annex/txt/TODOs.org")))
("M-SPC" . (lambda () (interactive) (just-one-space -1)))
("M-[" . (lambda () (interactive) (find-file "~/tmp/scratch.org")))))