aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spacemacs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el
index 4e9e855..a500a32 100644
--- a/spacemacs.el
+++ b/spacemacs.el
@@ -581,7 +581,8 @@ dump."
(defvar custom-keybindings '(("→" . (lambda () (interactive) (evil-insert 1)))
("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")))))
+ ("M-[" . (lambda () (interactive) (find-file "~/tmp/scratch.org")))
+ ("M-]" . (lambda () (interactive) (find-file "~/Nextcloud/Notes/TODO.txt")))))
(defvar custom-el-files '("~/annex/dev/code/dotfiles/emacs/re-jump.el"
"~/annex/dev/code/dotfiles/emacs/not-much.el"