An open API service indexing awesome lists of open source software.

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

my .emacs.d
https://github.com/eggplants/.emacs.d

Last synced: 7 months ago
JSON representation

my .emacs.d

Awesome Lists containing this project

README

          

* .emacs.d
:PROPERTIES:
:CUSTOM_ID: emacs.d
:END:

** TODO
:PROPERTIES:
:CUSTOM_ID: todo
:END:

- 言語環境(各言語LSPなど導入)

- Ruby
- Python
- Bash
- Shellcheck
- Common Lisp
- Emacs Lisp

- 起動の高速化

- REF. https://emacs-jp.github.io/tips/startup-optimization

- Emacas Lispでなんかする

- 書く
- パッケージング

- IDEっぽくしたい

- org-modeになれる

- REF. https://takaxp.github.io/org-ja.html

** TIPS

#+BEGIN_SRC bash
pandoc -f markdown -t org -o README.org README.md
#+END_SRC