aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-30 17:48:02 -0300
committerEuAndreh <eu@euandre.org>2018-07-30 17:48:02 -0300
commit908919d2399e458e76205e9190f402ff01bf8c33 (patch)
treea82eff51dd4f24fbf67d2673c25bc85eb7706357
parentGenerated spacemacs content (diff)
downloaddotfiles-908919d2399e458e76205e9190f402ff01bf8c33.tar.gz
dotfiles-908919d2399e458e76205e9190f402ff01bf8c33.tar.xz
Update M-ç keybinding
-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")))))