GithubHelp home page GithubHelp logo

ogrim / ogrim-emacs-config Goto Github PK

View Code? Open in Web Editor NEW

This project forked from overtone/live-coding-emacs

1.0 2.0 0.0 5.59 MB

My emacs configurations

Ruby 0.21% Shell 0.09% Scheme 3.36% Common Lisp 28.89% Emacs Lisp 67.45%

ogrim-emacs-config's Introduction

ogrim-emacs-config

My .emacs was long overdue for a cleanup. As I am amazed with the modularity and cleanliness of the overtone/live-coding-emacs repository, and decided to merge my own config into this.

I don't care about the live coding stuff in the original repo, so you can check that out here: https://github.com/overtone/live-coding-emacs. I am also using submodules to keep track of libraries, so I don't have to manually update them all the time.

Getting started

  1. Run git clone https://[email protected]/ogrim/ogrim-emacs-config.git to get the repository, and git submodule update --init to initialize and update the submodules we are using.
  2. In order to tell emacs to use this config, you can to one of two things:
    • Move and rename the live-coding-emacs folder to ~/.emacs.d
    • Symlink to the checked out repository with ln -s /path/to/ogrim-emacs-config/ ~/.emacs.d
  3. You shuld run emacs with emacs --daemon and open a frame with emacsclient -c

Emacs in daemon mode is fast and awesome!

Updating submodules

  • Check submodule status with git submodule status

  • If it has changed, pull the new commits with git submodule update

What's inside?

This config includes an exciting cornucopia of Emacs goodies set up and ready to go. The highlights are:

  • Clojure Mode (with fancy (λ [a] (+ a 5)) and ƒ(+ % 5) prettifications)
  • Slime (for communicating with swank servers)
  • Auto completion (configured to work with slime for inline auto completion of documentation)
  • Sexy Zenburn color theme
  • Fancy highlighting of sexps on eval, with nicer colors
  • REPL syntax highlighting
  • Submodules

ogrim-emacs-config's People

Contributors

ogrim avatar samaaron avatar

Stargazers

 avatar

Watchers

 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.