diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 00:01:19 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 00:15:23 +0200 |
commit | e8dec24f70234998cf691365cd37b5dfe47f665a (patch) | |
tree | 9538f5a9b84c2a618568584d6638faddf101bc1e /emacs | |
parent | 9ccd2dc3a0b93635b59804bfa3a9f92140efb3df (diff) | |
download | dotfiles-e8dec24f70234998cf691365cd37b5dfe47f665a.tar.gz dotfiles-e8dec24f70234998cf691365cd37b5dfe47f665a.tar.xz dotfiles-e8dec24f70234998cf691365cd37b5dfe47f665a.zip |
emacs: ido speedup (no tramp), more completions
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |