All Projects → tecosaur → Emacs Config

tecosaur / Emacs Config

Licence: mit
My configuration for Doom Emacs

Projects that are alternatives of or similar to Emacs Config

.emacs.d
🎉 Personal GNU Emacs configuration
Stars: ✭ 313 (+5.74%)
Mutual labels:  emacs, emacs-configuration
Emacs Gtd
Get Things Done with Emacs
Stars: ✭ 111 (-62.5%)
Mutual labels:  emacs, emacs-configuration
Quark Emacs
🚀 An incredible wonderland of code
Stars: ✭ 86 (-70.95%)
Mutual labels:  emacs, emacs-configuration
Dmacs
Emacs Literate Configuration with borg
Stars: ✭ 74 (-75%)
Mutual labels:  emacs, emacs-configuration
Writingwithemacs
Tips, Examples, and Resources for Writing with Emacs
Stars: ✭ 150 (-49.32%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
My emacs configuration
Stars: ✭ 76 (-74.32%)
Mutual labels:  emacs, emacs-configuration
Circadian.el
Theme-switching for Emacs based on daytime
Stars: ✭ 105 (-64.53%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
bdd's Emacs configuration, split from bdd/.dotfiles/emacs directory.
Stars: ✭ 8 (-97.3%)
Mutual labels:  emacs, emacs-configuration
Emacs Bootstrap
Your on-the-fly Emacs development environment.
Stars: ✭ 147 (-50.34%)
Mutual labels:  emacs, emacs-configuration
Dotfiles
Configuration files for XMonad, Emacs, NixOS, Taffybar and more.
Stars: ✭ 127 (-57.09%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
Personal Emacs Configuration
Stars: ✭ 69 (-76.69%)
Mutual labels:  emacs, emacs-configuration
Uncledavesemacs
My personal ~/.emacs.d
Stars: ✭ 204 (-31.08%)
Mutual labels:  emacs, emacs-configuration
Elegant Emacs
A very minimal but elegant emacs (I think)
Stars: ✭ 961 (+224.66%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
Centaur Emacs - A Fancy and Fast Emacs Configuration
Stars: ✭ 1,251 (+322.64%)
Mutual labels:  emacs, emacs-configuration
Emacs.dz
Awesome emacs config files
Stars: ✭ 886 (+199.32%)
Mutual labels:  emacs, emacs-configuration
Emacs Config
Personal Emacs configuration files
Stars: ✭ 94 (-68.24%)
Mutual labels:  emacs, emacs-configuration
Emacs From Scratch
An example of a fully custom Emacs configuration developed live on YouTube!
Stars: ✭ 412 (+39.19%)
Mutual labels:  emacs, emacs-configuration
Frontmacs
Package-based, web-centric, customizable, awesome-by-default, acceptance-tested Emacs distribution
Stars: ✭ 445 (+50.34%)
Mutual labels:  emacs, emacs-configuration
Doom Emacs
An Emacs framework for the stubborn martian hacker
Stars: ✭ 12,774 (+4215.54%)
Mutual labels:  emacs, emacs-configuration
Lunarymacs
Moon-based Emacs configuration.
Stars: ✭ 151 (-48.99%)
Mutual labels:  emacs, emacs-configuration

#+title: Doom Emacs Configuration --- [[https://tecosaur.github.io/emacs-config/config.html][HTML Version]], [[https://tecosaur.github.io/emacs-config/config.pdf][PDF]] #+author: tecosaur

#+html: #+html: #+html:

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

  • [[file:config.org][config.org]], my configuration file

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

In addition to the =html= export, this /produces/ the [[https://tecosaur.github.io/emacs-config/init.el.html][init.el]], [[https://tecosaur.github.io/emacs-config/config.el.html][config.el]], and [[https://tecosaur.github.io/emacs-config/packages.el.html][packages.el]] files.

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

  • Installation

This is mostly a personal note, see the [[https://tecosaur.github.io/emacs-config/config.html#notes-unwary-adventurer][warning]] in my config.

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

#+begin_src shell :eval query git clone --recurse-submodules [email protected]:tecosaur/emacs-config.git /.config/doom emacs --batch --eval "(require 'org)" --eval '(org-babel-tangle-file "/.config/doom/config.org")' git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d ~/.emacs.d/bin/doom install; ~/.config/doom/setup.sh #+end_src

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].