diff options
author | EuAndreh <eu@euandre.org> | 2018-07-30 17:48:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-30 17:48:02 -0300 |
commit | 908919d2399e458e76205e9190f402ff01bf8c33 (patch) | |
tree | a82eff51dd4f24fbf67d2673c25bc85eb7706357 /spacemacs.el | |
parent | Generated spacemacs content (diff) | |
download | dotfiles-908919d2399e458e76205e9190f402ff01bf8c33.tar.gz dotfiles-908919d2399e458e76205e9190f402ff01bf8c33.tar.xz |
Update M-ç keybinding
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 2 |
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"))))) |