Emacs: don't use ido for `org-refile'
It doesn't work...
This commit is contained in:
parent
8e738db1fa
commit
241374103f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue