From d9cae60fa5048abd3528f96a285109329639fda6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 23 Jan 2015 23:23:05 -0500 Subject: Improve organization and consistency of files - Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings --- lisp/init-bog.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lisp/init-bog.el') diff --git a/lisp/init-bog.el b/lisp/init-bog.el index 5a9d9c6..94b71c2 100644 --- a/lisp/init-bog.el +++ b/lisp/init-bog.el @@ -1,12 +1,11 @@ (add-to-list 'load-path "~/src/emacs/bog/") - (require 'bog-autoloads) -(setq bog-keymap-prefix (kbd "C-c b")) -(global-set-key (kbd "C-c B") 'bog-commander) +(setq bog-keymap-prefix (kbd "C-c b") + bog-use-citekey-cache t) (add-hook 'org-mode-hook 'bog-mode) -(setq bog-use-citekey-cache t) +(global-set-key (kbd "C-c B") 'bog-commander) (provide 'init-bog) -- cgit v1.2.3