diff options
author | EuAndreh <eu@euandre.org> | 2018-10-16 12:54:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-10-16 12:54:13 -0300 |
commit | bf1b721e58b81de3702f7c7a9b33d55960357c75 (patch) | |
tree | 3e9ddfb2f6ac3088eb20a4970c70a16975361897 /spacemacs.el | |
parent | Add autobump script sample. (diff) | |
download | dotfiles-bf1b721e58b81de3702f7c7a9b33d55960357c75.tar.gz dotfiles-bf1b721e58b81de3702f7c7a9b33d55960357c75.tar.xz |
Add custom keybinding to opening notes in Nextcloud.
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 3 |
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" |