fuxialexander / doom-emacs-private-xfu

153 stars 19 forks source link

+TITLE: fuxialexander's doom-emacs based Emacs config

I've been quite into Emasc since 2017. Previously I use a spacemacs-based config, later I found that I'm not the type of person who tend to keep a long-running Emacs session. I the kind of person who consistently fiddle in the Emacs rabbit hole. Thus I move my config to use ~doom-emacs~ which gives me faster startup time and a lean, mean environment for me to play with ~Emacs-lisp~.

And use ~doom~ to install the packages, etc.

+BEGIN_SRC bash

export PATH="~/.emacs.d/bin:$PATH" # You can add that to your ~/.*shrc doom install

+END_SRC