aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-10-16 12:54:13 -0300
committerEuAndreh <eu@euandre.org>2018-10-16 12:54:13 -0300
commitbf1b721e58b81de3702f7c7a9b33d55960357c75 (patch)
tree3e9ddfb2f6ac3088eb20a4970c70a16975361897
parentAdd autobump script sample. (diff)
downloaddotfiles-bf1b721e58b81de3702f7c7a9b33d55960357c75.tar.gz
dotfiles-bf1b721e58b81de3702f7c7a9b33d55960357c75.tar.xz
Add custom keybinding to opening notes in Nextcloud.
-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"