|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: issue#15に投稿されたinit.elのリストをまとめました |
| 4 | +tags: [init.el, dot-emacs] |
| 5 | +--- |
| 6 | + |
| 7 | +{% include JB/setup %} |
| 8 | + |
| 9 | +# [issue\#15 .emacs 晒してる方](https://github.com/emacs-jp/emacs-jp.github.com/issues/15)に投稿されたinit.elのリストをまとめました。 |
| 10 | + |
| 11 | +\#15で投稿されたinit.elのリストをまとめました。ただまとめるのも大雑把すぎるので、それぞれどんなパッケージ管理をしているかなどを書いてみました。 |
| 12 | + |
| 13 | +[nanasess/dot.emacs ? GitHub](https://github.com/nanasess/dot.emacs) |
| 14 | + |
| 15 | +- el-get |
| 16 | + |
| 17 | +[dot_files/emacs at master ? syohex/dot_files ? GitHub](https://github.com/syohex/dot_files/tree/master/emacs/) |
| 18 | + |
| 19 | +- Cask |
| 20 | +- セットアップ処理が書かれている |
| 21 | + |
| 22 | +[eiel/.emacs.d ? GitHub](https://github.com/eiel/.emacs.d) |
| 23 | + |
| 24 | +- init-loaderと似た設定読み込みシステム |
| 25 | + |
| 26 | +[byplayer/dot.emacs.d ? GitHub](https://github.com/byplayer/dot.emacs.d) |
| 27 | + |
| 28 | +- package.el |
| 29 | + |
| 30 | +[muratayusuke/dot.emacs.d ? GitHub](https://github.com/muratayusuke/dot.emacs.d) |
| 31 | + |
| 32 | +- package.el |
| 33 | + |
| 34 | +[shibayu36/emacs ? GitHub](https://github.com/shibayu36/emacs) |
| 35 | + |
| 36 | +- pymacsを使っている |
| 37 | +- Cask |
| 38 | + |
| 39 | +[dotfiles/.emacs.d at master ? tarao/dotfiles ? GitHub](https://github.com/tarao/dotfiles/tree/master/.emacs.d) |
| 40 | + |
| 41 | +- el-get + init-loader |
| 42 | + |
| 43 | +[gongo/elfactory ? GitHub](https://github.com/gongo/elfactory) |
| 44 | + |
| 45 | +- Cask、shell scripでインストールやデプロイができる環境を作ってる |
| 46 | + |
| 47 | +[shishi/.emacs.d ? GitHub](https://github.com/shishi/.emacs.d) |
| 48 | + |
| 49 | +- package.el + init-loader.el |
| 50 | + |
| 51 | +[emacs.d/init.el at master ? takaxp/emacs.d ? GitHub](https://github.com/takaxp/emacs.d/blob/master/init.el) |
| 52 | + |
| 53 | +- org-babel? org-modeを駆使して独自のビルド環境を作ってる |
| 54 | +- 参考リンク : [Configurations for GNU Emacs - PASTELWIKI](http://pastelwill.jp/wiki/doku.php?id=emacs:init.el) |
| 55 | + |
| 56 | +[ogatomo/emacs ? GitHub](https://github.com/ogatomo/emacs) |
| 57 | + |
| 58 | +- el-get |
| 59 | + |
| 60 | +[uwabami/emacs-config ? GitHub](https://github.com/uwabami/dot.emacs.d) |
| 61 | + |
| 62 | +- el-get、org-babel を使用 |
| 63 | + |
| 64 | +[pogin503/dot-emacs ? GitHub](https://github.com/pogin503/dot-emacs) |
| 65 | + |
| 66 | +- Cask + init-loader |
| 67 | + |
| 68 | +[handlename/dot-emacs ? GitHub](https://github.com/handlename/dot-emacs) |
| 69 | + |
| 70 | +- package.el + init-loader |
| 71 | + |
| 72 | +[murasesyuka/dotemacs ? GitHub](https://github.com/murasesyuka/dotemacs) |
| 73 | + |
| 74 | +- init-*.el を loadしていく方式 |
| 75 | + |
| 76 | +[yewton/dot-emacs ? GitHub](https://github.com/yewton/dot-emacs) |
| 77 | + |
| 78 | +- el-get + org-babel + package.el |
| 79 | + |
| 80 | +[posaunehm/.emacs.d ? GitHub](https://github.com/posaunehm/.emacs.d) |
| 81 | + |
| 82 | +- init-loader |
| 83 | + |
| 84 | +[niku/.emacs.d ? GitHub](https://github.com/niku/.emacs.d) |
| 85 | + |
| 86 | +- init-loader + Cask |
| 87 | + |
| 88 | +[dotfiles/init.el at master ? zk-phi/dotfiles ? GitHub](https://github.com/zk-phi/dotfiles/blob/master/emacs/init.el) |
| 89 | + |
| 90 | +- 独自ビルド |
| 91 | +- 遅延読み込みをして、init.elの読み込みを早くしているみたい |
| 92 | + |
| 93 | +[sakito / dot.emacs.d / wiki / Home — Bitbucket](https://bitbucket.org/sakito/dot.emacs.d/) |
| 94 | + |
| 95 | +- init-*.el を require していく方式 |
| 96 | +- 参考リンク : [紹介マニアMoinMoin:dot.emacs.d](http://sakito.jp/moin/moin.cgi/dot.emacs.d) |
| 97 | + |
| 98 | +[masutaka/.emacs ? Gists](https://gist.github.com/masutaka/8177244) |
| 99 | + |
| 100 | +- package.el |
| 101 | + |
| 102 | +漏れがだいぶありそうなのでまた調べたら追記します。 |
| 103 | + |
| 104 | +init.el勉強会の参考になればと思います。 |
0 commit comments