Giter Site home page Giter Site logo

emacs.d's Introduction

Emacs config

This is my personal config for emacs.

I try to do it really modular and self-contained, so I can just clone and everything is up to rock!

Let me know if I missed some auto-install or optional dependency =D

Show me!

Ok, ok! This is how it looks like:

Looks like

Clone

  • Directly in your .emacs.d git clone --recursive https://github.com/rockneurotiko/emacs.d.git ~/.emacs.d

  • In other directory

    git clone --recursive https://github.com/rockneurotiko/emacs.d.git ~/other/path/emacs.d
    ln -s ~/other/path/emacs.d ~/.emacs.d
    

Optional dependencies:

  • plantuml

    Download [the plantuml jar][https://sourceforge.net/projects/plantuml/files/plantuml.jar/download] to /opt/plantuml/plantuml.jar or change the path in settings/random-requires.el

  • tern

    sudo npm install -g tern

  • python

    sudo pip install jedi flake8 importmagic autopep8 yapf

  • gcal

    Follow this to set up: https://github.com/myuhe/org-gcal.el And then, in ~/.emacs.d/tokens.el, write this:

    (setq gcal-client-id "YOUR_CLIENT_ID")
    (setq gcal-client-secret "YOUR_CLIENT_SECRET")
    (setq gcal-email "YOUR_EMAIL")
    
  • racer

    cargo install racer

emacs.d's People

Contributors

rockneurotiko avatar

Stargazers

Philip Kirkbride avatar Jesús Martínez avatar César Guzmán avatar  avatar Ignacio Ballesteros avatar Yago avatar

Watchers

 avatar Ignacio Ballesteros avatar César Guzmán avatar

Forkers

ashidasrs

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.