summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-02-26 20:19:16 -0500
committerKyle Meyer <kyle@kyleam.com>2015-02-26 20:19:16 -0500
commit06551c1754e884504ab5318986c9b9f79d5266b3 (patch)
tree957bfc3f4f4c4b3f7edca9a8b0f89d75175120d5
parentd5480dae39e9c13acf5762b752b0a4c2b0136c54 (diff)
downloadbog-06551c1754e884504ab5318986c9b9f79d5266b3.tar.gz
Add bog-rename-staged-file-to-citekey to commander
-rw-r--r--bog.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/bog.el b/bog.el
index d09a2e9..950e560 100644
--- a/bog.el
+++ b/bog.el
@@ -1298,6 +1298,10 @@ chosen."
"Open first link for a citekey heading."
(bog-open-first-citekey-link))
+(def-bog-commander-method ?r
+ "Rename staged file."
+ (bog-rename-staged-file-to-citekey t))
+
(def-bog-commander-method ?s
"Search notes with `org-search-view'."
(bog-search-notes))