summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-03-21 01:42:09 -0400
committerKyle Meyer <kyle@kyleam.com>2014-03-23 16:31:31 -0400
commit99797f4fd7c5d68015349ff6e0c22cd2bfa60cac (patch)
tree5a47448a69e56a5bd5a675b814d09a545cf4210d /lisp
parent0a8733cb13f6b384e3b614cb1dc9a6a2de64ff0e (diff)
downloademacs.d-99797f4fd7c5d68015349ff6e0c22cd2bfa60cac.tar.gz
Update Bog keymap configuration
Bog now provides a keymap.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-bog.el10
1 files changed, 1 insertions, 9 deletions
diff --git a/lisp/init-bog.el b/lisp/init-bog.el
index 7e7f441..49dcff0 100644
--- a/lisp/init-bog.el
+++ b/lisp/init-bog.el
@@ -4,14 +4,6 @@
bog-read-file-name 'ido-read-file-name)
(eval-after-load 'org
- '(progn
- (define-prefix-command 'bog-map)
- (define-key org-mode-map (kbd "C-c b") 'bog-map)
- (define-key bog-map "p" 'bog-find-citekey-pdf)
- (define-key bog-map "r" 'bog-rename-staged-pdf-to-citekey)
- (define-key bog-map "b" 'bog-find-citekey-bib)
- (define-key bog-map "h" 'bog-goto-citekey-heading-in-buffer)
- (define-key bog-map "H" 'bog-goto-citekey-heading-in-notes)
- (define-key bog-map "w" 'bog-search-citekey-on-web)))
+ '(define-key org-mode-map (kbd "C-c b") bog-mode-map))
(provide 'init-bog)