Enable ido mode
This commit is contained in:
parent
ee2de09c0e
commit
a21af4eca3
1 changed files with 3 additions and 0 deletions
|
@ -250,6 +250,9 @@
|
|||
(use-package nim-mode
|
||||
:mode "\\.nim\\'")
|
||||
|
||||
(require 'ido)
|
||||
(ido-mode t)
|
||||
|
||||
(load "bundle--irc")
|
||||
(load "bundle--news")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue