Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 522 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 522 Bytes

dot-emacs

My Emacs settings.

ファイル配置

  • .emacs.d下にはinit.elを配置.
  • .emacs.d/configに個別の設定ファイルを配置し,上記init.elでロード.
  • mew.elはホームディレクトリ直下~/.mew.elでも良い.

例:

~/
└── .emacs.d
    ├── init.el
    └── config
        ├── company-mode.el
        ├── display.el
        ├── key-binding.el
        ├── main.el
        ├── mew.el
        └── packages.el