blob: 820c09c4b771b8ea579bb9eb145eddae0e7bb97e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
(add-to-list 'load-path "~/src/emacs/bog/")
(require 'bog-autoloads)
(setq bog-subdirectory-group 2
bog-use-citekey-cache t)
(setq bog-keymap-prefix (kbd "C-c b"))
(add-hook 'org-mode-hook 'bog-mode)
(global-set-key bog-keymap-prefix bog-command-map)
(provide 'init-bog)
|