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
- Host: GitHub
- URL: https://github.com/haoran-mc/.emacs.d
- Owner: haoran-mc
- License: gpl-3.0
- Created: 2021-08-25T10:33:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-05-14T02:16:10.000Z (about 1 month ago)
- Last Synced: 2026-05-14T04:27:03.801Z (about 1 month ago)
- Topics: emacs, evil, org-mode, straight
- Language: Emacs Lisp
- Homepage:
- Size: 10.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
- License: LICENSE
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