diff options
-rw-r--r-- | lisp/init-bog.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-bog.el b/lisp/init-bog.el index 94b71c2..c06ad51 100644 --- a/lisp/init-bog.el +++ b/lisp/init-bog.el @@ -2,6 +2,7 @@ (require 'bog-autoloads) (setq bog-keymap-prefix (kbd "C-c b") + bog-subdirectory-group 2 bog-use-citekey-cache t) (add-hook 'org-mode-hook 'bog-mode) |