Giter Club home page Giter Club logo

emacs.d's Introduction

My Emacs configuration

https://travis-ci.org/peterwvj/emacs.d.svg?branch=master

I have developed a set of configuration files that allow me to efficiently carry out my daily work in Emacs. This repository contains these configuration files in the hope that they will be useful to others.

Quick start

To install this Emacs configuration run:

git clone [email protected]:peterwvj/emacs.d.git ~/.emacs.d

Using the configuration

Comprehensive Emacs configurations usually take a bit of time to load. To address this, I launch Emacs as a daemon on system startup, and every time I need to use Emacs I launch it as a client. In this way, the configuration only needs to be loaded once during system startup.

To launch Emacs as a daemon execute:

emacs --daemon

In addition, I use a function e to launch Emacs as a client:

function e {
  emacsclient -c "$@" > /dev/null 2>&1 & disown
}

Now, to open a file with Emacs you simply run:

e <file>

Testing the configuration

I use Travis CI to test that the configuration works with the most recent versions of Emacs. Specifically, I check that it loads with Emacs 24.5, 25.1 and bleeding edge snapshots. The approach that I take to testing that the configuration loads successfully is inspired by that of Steve Purcell.

emacs.d's People

Contributors

peterwvj avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

zeroaska

emacs.d's Issues

Use company-mode instead of auto-complete

company-mode seems to work pretty well out of the box. I think it's worthwhile replacing the auto-complete package with company. It should simplify the corresponding configuration significantly.

Upgrade config to use use-package

use-package provides macros to manage packages in a way that is much more powerful than what can currently be achieved using built-in Elisp constructs. The Emacs configuration should be updated to use this package to ensure that dependencies will be installed automatically. This will make it easier to use the Emacs configuration on other systems.

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.