Skip to content

kauesena/emacs-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doom Emacs Configuration — HTML Version

https://img.shields.io/badge/Emacs-27.1-blueviolet.svg?style=flat-square&logo=GNU%20Emacs&logoColor=white https://img.shields.io/github/workflow/status/tecosaur/emacs-config/Publish/master.svg?style=flat-square&label=publish&logo=buffer https://raw.githubusercontent.com/tecosaur/emacs-config/gh-pages/misc/pkg-status.svg

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

What you really want is the M-x org-html-export-to-html version of config.org (linked in the title).

In addition to the html export, this produces the init.el, config.el, and packages.el files.

Other than that, snippets are (currently) sourced from the snippets folder, resources are put in misc, and you may find submodules for packages of mine in lisp, along with extra major modes.

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
emacs --batch --eval "(require 'org)" --eval '(org-babel-tangle-file "config.org")'
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install

About

My configuration for Doom Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Org 64.8%
  • Emacs Lisp 12.0%
  • CSS 10.5%
  • SCSS 7.9%
  • Python 2.3%
  • YASnippet 1.4%
  • Other 1.1%