diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2013-12-01 00:14:04 (GMT) |
|---|---|---|
| committer | Ravikiran Rajagopal <aine.marina@gmail.com> | 2013-12-01 00:14:04 (GMT) |
| commit | 4c6ff7f8290a57e5060bdda7e4b60c523461583d (patch) | |
| tree | dbb059d674e1dbf728be5f187d27fba5684d54f0 /ravi-init-files.el | |
| parent | dd2058130c17c11aec67a10f5582f26798588ba3 (diff) | |
| download | dotemacs-4c6ff7f8290a57e5060bdda7e4b60c523461583d.zip dotemacs-4c6ff7f8290a57e5060bdda7e4b60c523461583d.tar.gz dotemacs-4c6ff7f8290a57e5060bdda7e4b60c523461583d.tar.bz2 | |
Use ido for completion of buffers/files
Ido supersedes ffap for most use cases.
Diffstat (limited to 'ravi-init-files.el')
| -rw-r--r-- | ravi-init-files.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ravi-init-files.el b/ravi-init-files.el index 1341b21..0a2d2a1 100644 --- a/ravi-init-files.el +++ b/ravi-init-files.el @@ -24,10 +24,6 @@ ;;; Code: -;; Find file based on context -(require 'ffap) -;; \todo Prevent opening of remote files via ffap - (setq delete-auto-save-files t) (setq dired-listing-switches "-Flag") (setq completion-ignored-extensions |
