summaryrefslogtreecommitdiff
path: root/lisp/init-bog.el
blob: 1d88dd6ab4a9aec45a574015aa8b6eb349cbd024 (plain)
1
2
3
4
5
6
7
8
9
10
(setq bog-keymap-prefix (kbd "C-c b"))

(setq bog-completing-read 'ido-completing-read
      bog-read-file-name 'ido-read-file-name)

(autoload 'bog-mode "bog")

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

(provide 'init-bog)