emacs-jp / emacs-jp.github.com

Emacs JP
https://emacs-jp.github.io/
230 stars 30 forks source link

.emacs 晒してる方 #15

Open nanasess opened 11 years ago

nanasess commented 11 years ago

.emacs 晒してる方がいらっしゃったら, リンク集みたいなのがあったら便利かなと思います.

https://github.com/nanasess/dot.emacs

syohex commented 11 years ago

最終的にどこかにまとめるとして、とりあえず晒しておきます。

https://github.com/syohex/dot_files/tree/master/emacs/

eiel commented 11 years ago

そういえば、晒してたので。

https://github.com/eiel/.emacs.d

byplayer commented 11 years ago

私も晒しているので参加します。

https://github.com/byplayer/dot.emacs.d

muratayusuke commented 11 years ago

同じく晒してます。 https://github.com/muratayusuke/dot.emacs.d

どこかでemacs-jp.github.comにページ作ってまとめる感じですかね〜

shibayu36 commented 11 years ago

とりあえず晒しています。 https://github.com/shibayu36/emacs

kai2nenobu commented 11 years ago

github ではないですが,init.el を org-mode で書いて html にしてます.

tarao commented 11 years ago

.emacs.d以外もリポジトリには含んでしまっていますが、晒しておきます。Emacs 23以降を前提にした設定です。 https://github.com/tarao/dotfiles/tree/master/.emacs.d

ちょっとふつうにinit.elを眺めただけでは何をやっているのかわからないと思うので、特筆すべき特徴を挙げておきます:

とくに最後のは他人の設定を覗き見るのにとてもべんりなので、設定を晒している人には積極的に採用してもらいたいですね。

gongo commented 11 years ago

便乗晒し

https://github.com/gongo/elfactory

make で構成管理を行っており、詳しくは README にもあるのですが

といった形にしてくれます。

el-get や package.el でインストールしたいパッケージは packages/{elpa,el-get}.el で管理してたりします (eval ればなんとかインストールもできる)

自分だけ使ってる状態なので、もうちょいスッキリさせたいなと思いつつなかなか手が進まず。 まずは @tarao さんも仰ってるように、現環境と被らずに設定を試せるような変更から始めようかな。

shishi commented 11 years ago

Themeの関係でEmacs24以降依存。el-get 管理です。 https://github.com/shishi/.emacs.d

takaxp commented 11 years ago

呼ばれた気がしたので,晒します.

https://github.com/takaxp/emacs.d/blob/master/init.el

init.org から init.el, init.odt, init.pdf と wiki を作っています.

wiki は http://pastelwill.jp/wiki/doku.php?id=emacs:init.el です.

パッケージ管理は特に使っていませんが,普段使っているすべてのelispを個人的なリポジトリに格納しています.どこからでも入手可能なので,新しい端末を手に入れたらそこから引っ張るだけで環境構築が終わります.

peccu commented 11 years ago

@tarao さんの,お試し設定の部分を自分なりに解釈してまとめてみました. 間違い,提案等ありましたら教えてください.

http://d.hatena.ne.jp/peccu/20130218/trial_init

(ここに書き込んで良かったのだろうか)

sakito commented 11 years ago

https://bitbucket.org/sakito/dot.emacs.d/

参考リンクなど http://sakito.jp/moin/moin.cgi/dot.emacs.d

ogatomo commented 11 years ago

いろいろ突っ込みどころがありそうな.emacs.dですが、 晒しておきます。

https://github.com/ogatomo/emacs

uwabami commented 11 years ago

とりあえず。設定は org-babel で書いています. https://github.com/uwabami/dot.emacs.d

pogin503 commented 11 years ago

自分のも書いてみる。 https://github.com/pogin503/dot-emacs

handlename commented 11 years ago

最近 auto-install + package から el-get に乗り換えました。 https://github.com/handlename/dot-emacs

murasesyuka commented 11 years ago

 上げているので晒してみる auto-install + packageで管理してます。が、なんか皆さんel-getか~

基本としてemacsで、elisp/init-xxx.elをそれぞれloadしてるだけです

https://github.com/murasesyuka/dotemacs

yewton commented 11 years ago

el-get + init-loader で、なるべくどこでも動くようにしていいます

https://github.com/yewton/dot-emacs

posaunehm commented 10 years ago

おそらくemacs24以上限定。 MacとWindowsで使っていますが、使っている機能がお互い違うので細かいバグはありそう。

https://github.com/posaunehm/.emacs.d

zk-phi commented 10 years ago

Emacs>24 パッケージ管理は手動、マクロでくるんでパッケージが足りない環境でも動くように&起動が速くなるようにしています outlined-elisp-modeを入れると見やすくなります

https://github.com/zk-phi/dotfiles/blob/master/emacs/init.el

niku commented 10 years ago

今のところ auto-install + package です

https://github.com/niku/.emacs.d

masutaka commented 10 years ago

GitHubのprivate repositoryに置いてあるので、Gistにアップしました。 package.elで管理しています。MELPAに置いてないものはgit submoduleで管理しています。

https://gist.github.com/masutaka/8177244

yoshitia commented 10 years ago

8月末日からemacsを始めた初期設定vimmer。 書籍 emacs実践入門とwebの情報を元に作成。 auto-install.el + package.el

https://github.com/yoshitia/.emacs.d/blob/master/init.el

sugyan commented 10 years ago

dot files としてrepository作っていますが、emacs関連はemacs.d/ にまとめています。 現状package.elですべてまかなっています https://github.com/sugyan/dotfiles

supermomonga commented 10 years ago

公開しているので、晒しておきます。 emacs-stateを全く使わないというコンセプトでevil用の設定をしています。 https://github.com/supermomonga/dot-emacs

fjyuu commented 10 years ago

LinuxとOS Xで動かしてます。 基本的には package.el 管理して、リポジトリにないものとかは el-get で管理してます。 https://github.com/fjyuu/dotfiles/tree/master/share/dot.emacs.d

pogin503 commented 10 years ago

@yoshitia さん、 @sugyan さん、 @supermomonga さん、 @fjyuu さんリンクを追加しました。 http://emacs-jp.github.io/2014/09/03/dot-emacs-list/

DQNEO commented 10 years ago

晒しておきます。 https://github.com/DQNEO/dotfiles/tree/master/.emacs.d

http://ltsv.org/ のように、PullRequestでリストを編集できるようにしたらいいかもしれませんね。

masutaka commented 10 years ago

@DQNEO PRで編集できますよ〜 https://github.com/emacs-jp/emacs-jp.github.com/pull/99 が参考になるかと。

PRのほうがここの管理人的にうれしいはず。

DQNEO commented 10 years ago

あ、できるのですね。ではPR作ります。

kai2nenobu commented 9 years ago

リポジトリを公開したので晒します。 https://bitbucket.org/kai2nenobu/.emacs.d ライブラリのインストールは極力packageでする。 設定ファイルはorg-modeで書いて、分割しない方針です。

htmlにしたものは引き続き http://www.kaichan.info/orgweb/init.html に公開しています。

zonuexe commented 9 years ago

晒してたような気がしてたけど別にそんなことはなかった

https://github.com/zonuexe/dotfiles/tree/master/.emacs.d

nasa9084 commented 9 years ago

晒してたので https://github.com/nasa9084/emacs

kissge commented 9 years ago

el-get + init-loaderです。 https://github.com/kissge/.emacs.d

j8takagi commented 8 years ago

晒しています。パッケージ管理は、package.elと独自管理(古いものや自作を.emacs.d/site-lispに格納)を併用しています。https://github.com/j8takagi/.emacs.d

yoshitia commented 8 years ago

2年ぶりに更新。 el-get+init-loaderの構成になっています。.vimrcと.vimフォルダは気にしない方向でw https://github.com/yoshitia/dotfiles