Skip to content

Commit

Permalink
Update ido config.
Browse files Browse the repository at this point in the history
Remove comments and drop the progn.
  • Loading branch information
danielmai committed Feb 14, 2016
1 parent 70dc64d commit 9fddc4e
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions config.org
Original file line number Diff line number Diff line change
Expand Up @@ -541,17 +541,13 @@ and allows you.
#+begin_src emacs-lisp
(use-package ido
:init
(progn
(setq ido-enable-flex-matching t)
(setq ido-everywhere t)
(ido-mode t)
;; (use-package ido-ubiquitous
;; :ensure t
;; :init (ido-ubiquitous-mode))
(use-package ido-vertical-mode
:ensure t
:init (ido-vertical-mode 1)
(setq ido-vertical-define-keys 'C-n-and-C-p-only))))
(setq ido-enable-flex-matching t)
(setq ido-everywhere t)
(ido-mode t)
(use-package ido-vertical-mode
:ensure t
:init (ido-vertical-mode 1)
(setq ido-vertical-define-keys 'C-n-and-C-p-only)))
#+end_src

* Whitespace mode
Expand Down

0 comments on commit 9fddc4e

Please sign in to comment.