Personal GNU Emacs configuration
Switch branches/tags
Nothing to show
Clone or download
Latest commit 56f8515 Oct 9, 2018
Permalink
Failed to load latest commit information.
assets Update GNU Emacs preview Jul 22, 2018
.gitignore Add nov-places and tramp in gitignore Jul 24, 2018
README.md Update TIPs Aug 27, 2018
config.org Add UTF-8 Oct 9, 2018
init.el Refactoring May 30, 2018

README.md

GNU Emacs

This repository contains all my GNU Emacs configuration.


I wanted to make this configuration simple, powerful and ergonomic by choosing the most trivial keyboard possible.

Font: Source Code Pro 20px
Theme: Nord Emacs

List of files:

  • config.org: main configuration file.

  • init.el: load the generated configuration file.

Getting Started

If you are new to GNU Emacs, I advise you to take code blocks from the config.org file for your own configuration file, and evaluate them with eval-last-sepx (C-x C-e). Be careful to take pairs of parentheses.

For the most curious, you can test my complete configuration with:

git clone --recursive https://github.com/rememberYou/.emacs.d

NOTE: the first time GNU Emacs starts, it will install additional packages that will be better managed by the package manager.

TIPs

You can see all the tips I wrote on Reddit sorted from the most recent to the oldest according to the following links:

TODO

Here is a list of tasks I intend to do in my spare time to improve this configuration:

  • Show images on erc in the center of the buffer with magic-buffer.
  • Show images on erc only if they are not large with imagemagick.

Contributions

Various functions may be optimized or spelling errors may occur. If you want to make your own correction on this configuration, you are free to do so in the issue tracker.

License

The code is not licensed, take what you like and hope that this configuration can be so useful to you that it is for me.

GNU Emacs is above all a concept of sharing in order to facilitate our daily life.