Code Monkey home page Code Monkey logo

emacs-config-2's Introduction

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:

emacs-config-2's People

Contributors

abrochard avatar abrochard-asapp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.