Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 328 Bytes

ido.org

File metadata and controls

18 lines (13 loc) · 328 Bytes

#+title IDO #+author Daan van Berkel #+email [email protected]

IDO stands for interactive do things and is a marvelous utility. It can greatly enhance the usability various other tools.

So lets require it

(require 'ido)

and enable it

(ido-mode t)