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

https://github.com/haoran-mc/.emacs.d

personal .emacs.d
https://github.com/haoran-mc/.emacs.d

emacs evil org-mode straight

Last synced: 18 days ago
JSON representation

personal .emacs.d

Awesome Lists containing this project

README

          

#+STARTUP: showeverything

*quick start:*

#+begin_example
mv ~/.emacs.d ~/.emacs.d.bak
git clone --depth=1 git@github.com:haoran-mc/.emacs.d.git ~/.emacs.d
emacs
#+end_example

1. adjusting the key rate
2. wait for straight.el to install packages on first startup
3. M-x all-the-icons-install-fonts
4. run scripts in bin/ as needed (bookmark-files.sh...)

*dependencies:*

- rg
- pandoc
- git
- fd
- gls(coreutils) - dirvish
- imagemagick - org-latex-preview
- plantuml.jar

*features:*

1. managing plugins via straight.el
2. accelerated startup with autoload
3. nice org-mode export and publishing

-----

#+begin_quote
- org-superstar :: prettify item bullets in org-mode.
- htmlize :: convert buffer text and decorations to HTML.
- simple-httpd :: it can host your files as a website on your local machine so that you can pull it up in your browser.
- plantuml-mode :: write mindmap in org-mode, download plantuml.jar first.
#+end_quote