summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-04 00:00:08 +0100
committerGravatar Tom Willemsen2013-01-04 00:00:08 +0100
commit241374103f698eaa75220647753cf48792adf7f3 (patch)
tree980207b0451ba878d88d973ccafe1a2330dc8327
parent8e738db1faaa291b277e9cb84727ead4d51f3828 (diff)
downloaddotfiles-241374103f698eaa75220647753cf48792adf7f3.tar.gz
dotfiles-241374103f698eaa75220647753cf48792adf7f3.zip
Emacs: don't use ido for `org-refile'
It doesn't work...
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
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)