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
- Host: GitHub
- URL: https://github.com/eggplants/.emacs.d
- Owner: eggplants
- Created: 2021-04-07T20:11:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T18:25:30.000Z (over 5 years ago)
- Last Synced: 2025-03-31T01:27:16.415Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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