Giter VIP home page Giter VIP logo

emacs-config's Introduction

Emacs Configuration

My personal configuration for the Emacs text editor. My installation aims to focus solely on text editing tasks, although I do currently have some configuration for Gnus email reader as well. My Emacs configuration is based heavily on Evil mode. This allows Emacs to emulate Vi/Vim functionality and keybindings, making for an easier and more pleasant text editing experience. This configuration is tested primarily on Linux based systems meaning that full compatibility can not be gauranteed for other operating systems. However, the configuration uses very little in the way of Linux only package and configuration so this configuration should be mostly cross platform compatible.

Table of Contents

Installation

Installation for this configuration is very straight forward.

  1. Install Emacs onto your system. The configuration is tested with the latest Emacs release, so that is the release that I recommend.

  2. Clone this repository to your system.

  3. Create an ~/.emacs.d folder if necessary. (On Windows this folder is located in ~/AppData/Roaming/.emacs.d)

  4. Create symlinks for the following:

    init.el -> ~/.emacs.d/init.el
    early-init.el -> ~/.emacs.d/early-init.el
    /Custom/ -> ~/.emacs.d/Custom
    /include/ -> ~/.emacs.d/include
    
  5. Start up Emacs.

On the intial startup Emacs should install all packages automatically. Once this is complete you can restart Emacs and get to work.

If you get an error about the Hydra package simply run the following command:

M-X package-install hydra

This will install the Hydra package. Simply restart Emacs and it should automatically install the rest of the packages.

Byte Compiling

If you would like to eek possibly a bit more performance out of Emacs you can byte compile the files inside of the /Custom/ folder. These files are not changed very often and they can improve performance very slightly.

If you do make changes to one of these files you must redo the byte compiling for the file.

emacs-config's People

Contributors

gregheiman avatar greg-heiman avatar

Watchers

James Cloos avatar  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.