mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Flx-ido
This commit is contained in:
parent
476494494d
commit
8f7feaa6c1
1 changed files with 7 additions and 1 deletions
8
.emacs
8
.emacs
|
|
@ -1,7 +1,7 @@
|
|||
; list the packages you want
|
||||
(setq package-list '(auctex expand-region gist magit magithub markdown-mode paredit projectile
|
||||
python sass-mode rainbow-mode scss-mode solarized-theme anything
|
||||
volatile-highlights evil evil-leader scala-mode2 sbt-mode))
|
||||
volatile-highlights evil evil-leader scala-mode2 sbt-mode flx-ido))
|
||||
|
||||
; list the repositories containing them
|
||||
(setq package-archives '(("elpa" . "http://tromey.com/elpa/")
|
||||
|
|
@ -48,7 +48,13 @@
|
|||
(scroll-bar-mode -1)
|
||||
|
||||
; Ido
|
||||
(require 'flx-ido)
|
||||
(ido-mode 1)
|
||||
(ido-everywhere 1)
|
||||
(flx-ido-mode 1)
|
||||
;; disable ido faces to see flx highlights.
|
||||
(setq ido-enable-flex-matching t)
|
||||
(setq ido-use-faces nil)
|
||||
|
||||
; Scala
|
||||
; Load the ensime lisp code...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue