Update custom spacemacs jump commands

This commit is contained in:
2019-05-16 11:35:35 -07:00
parent da58976257
commit 63fa8434a0

View File

@@ -497,7 +497,8 @@ you should place your code here."
(sp-pair "\"" nil :actions :rem)))
(spacemacs/declare-prefix "o" "user prefix")
(spacemacs/set-leader-keys "op" 'go-to-projects-file)
(set-note-key "o p" "projects" "../Work/projects.org")
(set-note-key "o b" "boardgames" "Games/BoardGames.org")
(set-note-key "o g" "groceries" "Grocery.org")
(set-note-key "o G" "gloomhaven" "Games/Gloomhaven.org")
(set-note-key "o P" "play-list" "Games/PlayList.org"))
@@ -510,9 +511,5 @@ you should place your code here."
(find-file (concat "~/Dropbox/Notes/" note-name))))
(which-key-add-key-based-replacements (concat "SPC " key) label))
(defun go-to-projects-file ()
(interactive)
(find-file "~/Dropbox/Work/projects.org"))
(setq custom-file "~/.dotfiles/emacs-local-custom.el")
(load custom-file)