Emacsの設定ファイル
- Emacs 25.1.1 ($ emacs --version)
$ pip install autopep8
$ pip install pyflakes
$ pip install jedi
$ sudo apt install p7zip fontforge virtualenv emacs-mozc-bin
$ makedir ~/.emacs.d
- init.el
- custom/
- sunippets/
$ cp -r ./init.el ./custom/ ./sunippets/ ~/.emacs.d
custom直下にgit-complete.elをコピーする
$ ./git-complete.sh
$ cp ./git-complete/git-complete.el ~/.emacs.d/custom/
$ cica.sh
あとはCicaのREADMEに従ってフォントの ビルドをするか、ビルド済みパッケージをダウンロードする
ttfファイルが作成されたら、
- ホームディレクトリに.fontsフォルダを作成する
- ttfファイルを.fontsフォルダに移動する
- $ fc-cache -fv # フォントキャッシュのクリア