From bf1b721e58b81de3702f7c7a9b33d55960357c75 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 16 Oct 2018 12:54:13 -0300 Subject: Add custom keybinding to opening notes in Nextcloud. --- spacemacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3