8000 GitHub - katakam/emacs-config: My configuration for Doom Emacs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

katakam/emacs-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doom Emacs Configuration — HTML Version, PDF

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

  • config.org, my configuration file — see the HTML or PDF export.

misc/screenshots/splash-screen.png

config.org generates the init.el, config.el, and packages.el files, as well as about a hundred others. See this listing for more information.

Other than that, resources are put in misc, and you may find submodules for packages of mine in lisp.

Installation

This is mostly a personal note, see the warning in my config.

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

git clone --recurse-submodules git@github.com:tecosaur/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; ~/.emacs.d/bin/doom sync; ~/.config/doom/setup.sh

About

My configuration for Doom Emacs

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Org 78.3%
  • CSS 7.0%
  • SCSS 5.7%
  • Emacs Lisp 5.7%
  • Python 1.5%
  • YASnippet 1.2%
  • Other 0.6%
0