Emacs: don't use ido for `org-refile'

It doesn't work...
This commit is contained in:
Tom Willemsen 2013-01-04 00:00:08 +01:00
parent 8e738db1fa
commit 241374103f

View file

@ -209,6 +209,7 @@
(setq ido-default-buffer-method 'selected-window)
(setq ido-max-window-height 1)
(setq ido-save-directory-list-file nil)
(setq ido-ubiquitous-command-exceptions '(org-refile))
(setq inferior-lisp-program "sbcl")
(setq inhibit-default-init t)
(setq inhibit-local-menu-bar-menus t)