Enable ido
This commit is contained in:
parent
64c0b24e3c
commit
9d9ee0f809
1 changed files with 6 additions and 0 deletions
|
@ -189,6 +189,12 @@ This is currently the data directory under the
|
||||||
(concat user-emacs-directory "vendor-lisp/eternal-theme"))
|
(concat user-emacs-directory "vendor-lisp/eternal-theme"))
|
||||||
(load-theme 'eternal :no-confirm)
|
(load-theme 'eternal :no-confirm)
|
||||||
|
|
||||||
|
;;;; Ido:
|
||||||
|
|
||||||
|
;; Enable ido
|
||||||
|
|
||||||
|
(ido-mode)
|
||||||
|
|
||||||
;;;; Minor modes:
|
;;;; Minor modes:
|
||||||
|
|
||||||
;;;;; Paredit:
|
;;;;; Paredit:
|
||||||
|
|
Loading…
Add table
Reference in a new issue