Skip to content

docktordreh/emacs-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doom Emacs Configuration

Disclaimer

This configuration is inspired (and a lot of it directly copied, although development of it will change that over time) by the wonderful work of tecosaur. Make sure to check out the original.

About

Here you may find my config. There is only one significant file:

  • config.org

misc/screenshots/splash-screen.png

config.org generates the init.el, config.el, and packages.el files, as well as about a dozen others.

Other than that, resources like logos are put in misc.

Installation

In order to have Doom load the config, we need to initialise the submodules, and generate the init.el once.

git clone git@github.com:docktordreh/emacs-config.git ~/.config/doom
echo "(doom! :config literate)" > ~/.config/doom/init.el
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install; ~/.config/doom/setup.sh

About

My configuration for Doom Emacs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Org 67.8%
  • CSS 10.6%
  • SCSS 8.9%
  • Emacs Lisp 7.3%
  • Python 2.4%
  • YASnippet 1.9%
  • Other 1.1%