yuanbohan / emacs.d

emacs configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs Configuration

I use GNU Emacs, and I use org file to config emacs, not just documentation.

cd $HOME/.emacs.d
git clone git@github.com:yuanbohan/emacs.d.git

restart your emacs, packages will be downloaded, installed and configured automatically

./emacs-on-macos.png

Attention

comment these packages if you do not need, or it may fail your emacs startup

  • theme.
  • font. setting may fail your emacs startup (I like JetBrains Mono)
  • libvterm. needs to be compiled
  • pdf-tools. requires a server epdfinfo to run against. visit https://github.com/vedang/pdf-tools for details
  • coding. there are heavy coding related packages

major mode for coding

  • [X] Rust - eglot
  • [X] Golang - eglot
  • [X] Clojure - cider
  • [ ] Python
  • [ ] Elixir
  • [ ] Haskell
  • [ ] \LaTeX
  • [ ] Java

Resources

packages

  • use-package which makes configuration clean
  • Magit MUST use
  • Org-mode which you SHOULD use for doc, note, plan
  • yasnippet which you SHOULD use for coding
  • eglot-mode which you SHOULD consider for better coding experience

blogs or videos

Thanks to

  • xtang, I encountered Emacs
  • sunng87, I did something interesting with Rust and Golang
  • BearyChat, I encountered Clojure, Erlang
  • Tubi, I stumbled into Elixir

About

emacs configuration


Languages

Language:Emacs Lisp 100.0%