diff options
author | EuAndreh <eu@euandre.org> | 2018-10-29 22:03:51 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-10-29 22:03:51 -0200 |
commit | 26efaf0caf7c4dff48305da98179cbf0200b8a89 (patch) | |
tree | 13da7c61f15a7d01a16bca7c862811d214161889 /spacemacs.el | |
parent | Comment matrix-client-el out of spacemacs. (diff) | |
download | dotfiles-26efaf0caf7c4dff48305da98179cbf0200b8a89.tar.gz dotfiles-26efaf0caf7c4dff48305da98179cbf0200b8a89.tar.xz |
Fix reference to TODOs.txt file.
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 8722612..fc3693a 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -586,7 +586,7 @@ dump." ("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 "~/Nextcloud/Notes/TODO.txt"))))) + ("M-]" . (lambda () (interactive) (find-file "~/Nextcloud/Notes/TODOs.txt"))))) (defvar custom-el-files '("~/annex/dev/code/dotfiles/emacs/re-jump.el" "~/annex/dev/code/dotfiles/emacs/not-much.el" |