Skip to content

greensponge/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains my Emacs configuration.

Modeline: DOOM Modeline
Theme: DOOM Gruvbox
Font: Source Code Pro

The most important files:

  • config.org: This is the main configuration file where all snippets are organized under categories. When changes are saved here, the generated config.el file will update automatically.

  • init.el: This file loads the config.el configuration file when Emacs starts.

Getting started

If you're starting fresh, clone this repository into your home directory:

git clone https://github.com/greensponge/.emacs.d.git

If you're on Windows it can vary if you're using WSL, Chocolatey or have installed Emacs manually. In general you just have to find where your Emacs home directory lives and replace the .emacs.d folder with this one.

Snippets

Look at the config.org file and take what you like.

If you find something you want to try out, paste it into your own configuration and press:

C-x C-e

With the marker/point at the end of the functions closing paranthesis.

If you're unfamiliar, this is what's called a key chord in Emacs, and it's simply a succint way of saying:

CTRL+X CTRL+E