summaryrefslogtreecommitdiff
path: root/lisp/init-ido.el
AgeCommit message (Collapse)Author
2014-03-21Relocate recent files settingsKyle Meyer
2014-03-21Finally give ido-ubiquitous a tryKyle Meyer
2014-03-16Install ido-vertical-modeKyle Meyer
2014-02-28Always switch to buffer in new windowKyle Meyer
The default file and buffer switching methods for ido will raise a frame if the buffer is already present somewhere else. With `selected-window', the buffer is always shown in the current window, which behaves better with multiple screens.
2014-02-15Correct ido-everywhere initializationKyle Meyer
The function `ido-everywhere' should be called rather than setting the variable.
2014-01-28Add ignored extensions for ido completionKyle Meyer
2014-01-28Set preferred extension order for ido completionKyle Meyer
2014-01-28Shuffle around init-idoKyle Meyer
2014-01-26Reorganize and use require-packageKyle Meyer
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el.
2014-01-26Follow Purcell's emacs.d structureKyle Meyer
User init files are added using provide/require. https://github.com/purcell/emacs.d