JDHankle / riviera

Remote Debugging in EMACS
GNU Lesser General Public License v2.1
6 stars 1 forks source link

Introduce ido to find-local-file #13

Closed danlamanna closed 10 years ago

danlamanna commented 10 years ago

As stated in the function documentation, one can switch rivieras find-file to use ido by adding this code to their init.el:

(custom-set-variables 
 '(riviera-read-file-name 'ido-read-file-name))