mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
My auto-correct pull request for the 3.stable branch has been accepted
Because my pull request originally didn't include fuzzy, I'm specifying it as a custom package here. But in my auto-correct fix pull request to master fuzzy is included.
This commit is contained in:
Submodule el-get/el-get updated: e9c3394a28...706bd5699c
@@ -82,6 +82,12 @@
|
||||
:type git
|
||||
:url "git://github.com/alpaker/Fill-Column-Indicator.git"
|
||||
:features fill-column-indicator)
|
||||
(:name fuzzy
|
||||
:website "https://github.com/m2ym/fuzzy-el"
|
||||
:description "Fuzzy matching utilities for GNU Emacs"
|
||||
:type git
|
||||
:url "https://github.com/m2ym/fuzzy-el.git"
|
||||
:features fuzzy)
|
||||
(:name hackertype
|
||||
:type git
|
||||
:url "https://github.com/bitemyapp/hacker-type-emacs.git"
|
||||
@@ -133,7 +139,6 @@
|
||||
ecb
|
||||
evil
|
||||
full-ack
|
||||
fuzzy
|
||||
git-blame
|
||||
highlight-indentation
|
||||
inf-ruby
|
||||
|
||||
Reference in New Issue
Block a user