All Projects → abrochard → Emacs Config

abrochard / Emacs Config

Personal Emacs configuration files

Projects that are alternatives of or similar to Emacs Config

Emacs.dz
Awesome emacs config files
Stars: ✭ 886 (+842.55%)
Mutual labels:  configuration, emacs, emacs-configuration
.emacs.d
Centaur Emacs - A Fancy and Fast Emacs Configuration
Stars: ✭ 1,251 (+1230.85%)
Mutual labels:  configuration, emacs, emacs-configuration
Frontmacs
Package-based, web-centric, customizable, awesome-by-default, acceptance-tested Emacs distribution
Stars: ✭ 445 (+373.4%)
Mutual labels:  emacs, emacs-configuration
Spacemacs
A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
Stars: ✭ 21,906 (+23204.26%)
Mutual labels:  configuration, emacs
Coldnew Emacs
coldnew's emacs config
Stars: ✭ 32 (-65.96%)
Mutual labels:  configuration, emacs
.emacs.d
M-EMACS, a full-featured GNU Emacs configuration "distribution"
Stars: ✭ 387 (+311.7%)
Mutual labels:  emacs, emacs-configuration
Emacs From Scratch
An example of a fully custom Emacs configuration developed live on YouTube!
Stars: ✭ 412 (+338.3%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
bdd's Emacs configuration, split from bdd/.dotfiles/emacs directory.
Stars: ✭ 8 (-91.49%)
Mutual labels:  emacs, emacs-configuration
Uncledavesemacs
My personal ~/.emacs.d
Stars: ✭ 204 (+117.02%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
Personal Emacs Configuration
Stars: ✭ 69 (-26.6%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
My emacs config
Stars: ✭ 56 (-40.43%)
Mutual labels:  configuration, emacs
Dmacs
Emacs Literate Configuration with borg
Stars: ✭ 74 (-21.28%)
Mutual labels:  emacs, emacs-configuration
Emacs Config
My configuration for Doom Emacs
Stars: ✭ 296 (+214.89%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
🎉 Personal GNU Emacs configuration
Stars: ✭ 313 (+232.98%)
Mutual labels:  emacs, emacs-configuration
Emacs4developers
A document to help developers to use Emacs as a developer
Stars: ✭ 430 (+357.45%)
Mutual labels:  configuration, emacs
.emacs.d
My emacs configuration
Stars: ✭ 224 (+138.3%)
Mutual labels:  emacs, emacs-configuration
Writingwithemacs
Tips, Examples, and Resources for Writing with Emacs
Stars: ✭ 150 (+59.57%)
Mutual labels:  emacs, emacs-configuration
Lunarymacs
Moon-based Emacs configuration.
Stars: ✭ 151 (+60.64%)
Mutual labels:  emacs, emacs-configuration
Elegant Emacs
A very minimal but elegant emacs (I think)
Stars: ✭ 961 (+922.34%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
My emacs configuration
Stars: ✭ 76 (-19.15%)
Mutual labels:  emacs, emacs-configuration

Personal Emacs Configuration

Screenshot

Written in Org mode.

This will always be work in progress.

How to setup

Git clone this repo wherever you want, and just insert the following at the top of your init file

(load-file "~/emacs-config/bootstrap.el")

where the path to bootstrap.el is adjusted to wherever you cloned this repo. This will also automatically pull the latest version of the config on startup, unless you forbid it with

(setq config-no-auto-update t)

For Windows Users

I tried to make this config also work on Windows. Obviously it won't be as good. You will need to do some extra things:

  • Install Cygwin at C:\cygwin64\
  • Install Aspell at C:\Aspell\ with at least one dictionary

How to use

Most of the useful key bindings linked to this config are recorded in a cheat sheet that you can summon via

M-x cheatsheet-show

Essential Packages

  • Helm. After a full year of playing with both, finally chose Helm over Ido.
  • Company. For code completion.
  • Whole-line-or-region. Underrated IMO.
  • Magit. Best git client for Emacs out there.
  • Flycheck. Checks syntax everywhere.
  • use-package. Amazing for a clean config file.
  • Projectile. For all the projects.
  • Multiple-cursors. Also underrated.

File Overview

File Purpose
README.md This file
bootstrap.el Kickstart the config load process
configuration.org Main org file with all the configuration in elisp blocks
snippets.org Snippets collection compiled via org-sync-snippets
elfeed.org Separate list of blogs and RSS feeds for elfeed to grab
cheatsheet.org Dedicated to loading the cheatsheet extension
sreenshot.JPG Just a screenshot of the beast
extra Folder to place any extra .el files to be loaded on startup

Inspired by the superbs

Other repos to check out:

Resources for more:

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].