diff --git a/spacemacs b/spacemacs index 2975e29..d60c813 100644 --- a/spacemacs +++ b/spacemacs @@ -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)