Skip to content

Commit

Permalink
added org-latest, codesearch, web-mode to el-get
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhwan committed Sep 27, 2013
1 parent e344db2 commit e7cc898
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions my-el-get.el
Expand Up @@ -75,6 +75,10 @@
:type github
:pkgname "joonhwan/emacs-cmake-project"
)
(:name codesearch
:type github
:pkgname "abingham/codesearch.el"
)
;; (:name emacs-clang-complete-async
;; :type github
;; :pkgname "joonhwan/emacs-clang-complete-async"
Expand Down Expand Up @@ -125,6 +129,10 @@
;; `(("make" ,(format "EMACS=%s" el-get-emacs) "docs")))
:;; build/berkeley-unix (("touch" "`find . -name Makefile`") ("gmake"))
)
(:name org-mode
:type git
:url "git://orgmode.org/org-mode.git"
)
(:name outshine
:description "outline with outshine outshines outline"
:type github
Expand Down Expand Up @@ -229,6 +237,7 @@
thingatpt+
undo-tree
;; warp
web-mode
wgrep
xcscope
yaml-mode
Expand Down

0 comments on commit e7cc898

Please sign in to comment.