summaryrefslogtreecommitdiff
path: root/lisp/init-bog.el
blob: 31d68aff600b4d40391b5d1d0a1359a226a1eed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
(setq bog-keymap-prefix (kbd "C-c b"))
(global-set-key (kbd "C-c B") 'bog-commander)

(autoload 'bog-commander "bog")
(autoload 'bog-mode "bog")

(add-hook 'org-mode-hook 'bog-mode)

(setq bog-use-citekey-cache t)

(provide 'init-bog)