2019-12-05 16:35:40 +01:00
2020-02-17 11:20:58 +01:00
2020-03-05 08:08:39 +01:00
2020-02-17 11:28:00 +01:00

Emacs Configuration

This repository contains my configuration files for the emacs editor.

About this config

This configuration uses a literate programming style to make maintaining an emacs configuration easier. The main configuration is performed in the setup-emacs.org file.

Using this config

To use this configuration, all you need to do is save this respoitory as your .emacs.d folder and restart emacs.

     git clone "https://github.com/luxick/emacs-config.git" ~/.emacs.d

Customization

The configurations contains some settings specific to my workflow/preferences. Those should be changed before starting to use emacs.

Org Folder Locations

I have a folder named Notes in my home dir which serves as a central spot for all my org related files. This is reflected in serval variables in setup-emacs.org. If this is not what you want you will have to search for all occurences of the folder name and replace them by hand.

Personal Information

All personal information, that emacs should use (username, e-mail address, etc.) should be written into the personal.el file

Notable Features

Inlining CSS into Org HTML exports

The org-css folder contains some CSS files for better looking HTML org exports. Before exporting M-x toggle-org-custom-inline-syle can be used to enable inlining CSS into the exported HTML file. This results in a single, self contained HTML file with the desired look.

Description
My Configuration for GNU/Emacs
Readme 1.1 MiB
Languages
Emacs Lisp 68.2%
CSS 30.5%
YASnippet 1.3%