diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-bog.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/init-bog.el b/lisp/init-bog.el index 1d88dd6..e4b4286 100644 --- a/lisp/init-bog.el +++ b/lisp/init-bog.el @@ -1,8 +1,5 @@ (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) |