• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

自分のemacs.dを公開リポジトリに置いて、emacsの設定の同期を簡単にする系のやつ


Commit MetaInfo

Revisionbf4f6a57161ed056bee6da98c7423cb47b4eb760 (tree)
Time2016-03-08 23:17:11
Authorornse01 <ornse01@user...>
Commiterornse01

Log Message

add some packages.

Change Summary

Incremental Difference

--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
1-el-get/
\ No newline at end of file
1+el-get/
2+elpa/
--- a/init.el
+++ b/init.el
@@ -18,6 +18,9 @@
1818
1919 ;; El-get packages
2020 (el-get-bundle protobuf-mode)
21+(el-get-bundle yaml-mode)
22+(el-get-bundle js2-mode)
23+(el-get-bundle rust-mode)
2124
2225 ;; ext lisp dir
2326 (let ((default-directory (expand-file-name "~/.emacs.d/lisp")))