普段使ってる Emacs の設定
- OS
- Manjaro Linux 23.0.0
- Emacs
- 28.2(pacman でインストールしています)
$ yay -Si emacs
$ gh repo clone mugijiru/.emacs.d ~/.emacs.d
で clone してきて Emacs を起動したら動くはず
- init-loader
- el-get
- el-get-lock
- init.org
- 設定ファイルの説明及び出力元コード
- init.el
- おなじみの初期化ファイル
- inits/??-*.el
- init-loader に読ませる設定。基本的には init.org から吐き出している
- recipes/*.el
- 自前で定義した el-get 用のレシピ。基本的には init.org から吐き出している
- custom.el
- Emacs 上で customize した値を収めるファイル
- insert/*.
- 新規ファイル作成時のテンプレート
- snippets
- yasnippet で使うスニペット