summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-04-25 00:01:19 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-04-25 00:15:23 +0200
commite8dec24f70234998cf691365cd37b5dfe47f665a (patch)
tree9538f5a9b84c2a618568584d6638faddf101bc1e
parent9ccd2dc3a0b93635b59804bfa3a9f92140efb3df (diff)
downloaddotfiles-e8dec24f70234998cf691365cd37b5dfe47f665a.tar.gz
dotfiles-e8dec24f70234998cf691365cd37b5dfe47f665a.tar.xz
dotfiles-e8dec24f70234998cf691365cd37b5dfe47f665a.zip
emacs: ido speedup (no tramp), more completions
-rw-r--r--emacs3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs b/emacs
index 4fe7f33..eaac3dc 100644
--- a/emacs
+++ b/emacs
@@ -202,7 +202,8 @@
ido-use-filename-at-point nil
ido-use-url-at-point nil
ido-enable-flex-matching t
- ido-max-prospects 6
+ ido-max-prospects 10
+ ido-enable-tramp-completion nil
ido-confirm-unique-completion t)
;; start server if not running (to edit files with emacsclient)