Skip to content

yuanbohan/emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs Configuration

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

cd $HOME/.emacs.d
git clone [email protected]: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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages