diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 44731de..f8c32bb 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)