Giter Club home page Giter Club logo

dotemacs's Introduction

My Emacs Configuration

Introduction

This is my Emacs configuration, a somewhat simple config compared to most. It’s geared towards OS X, although it should work on most *nix configs. I’ve never tried this on Windows, so YMMV.

The entire configuration is tangled using org-babel-load-file, which generates a file named emacs-init.org from the emacs-lisp source blocks. You can find the init org file here - my literate Emacs.

This configuration aims to provide you with a bare-bones configuration with sane defaults, built upon package.el.

Although Emacs has support for many programming languages, this config is geared towards the following languages and workflows:

  • Python
  • CSS / LESS
  • JavaScript
  • Markdown
  • Clojure

Installation

To install, it’s recommended to clone this repo wherever you prefer and symlink the directory to ~/.emacs.d.

git clone https://github.com/jonathanchu/dotemacs.git

There is a Makefile provided that will create the symlink for you at ~/.emacs.d:

make setup

My current Emacs distro of choice is:

brew install emacs --with-cocoa

Please note, this requires homebrew to be installed.

Requirements

There are a few requirements needed for this config to properly run. All of these prerequisites can be installed via homebrew and npm.

brew install ag
brew install node
npm install jshint

For using python-mode and elpy, you’ll need to have pip installed and install the following packages:

pip install rope
pip install flake8

Updates

To update the packages, type M-x list-packages, then U followed by x.

I recently started to use @Malabarba’s excellent paradox, which can be invoked similarly as such - M-x paradox-list-packages, then U followed by x.

dotemacs's People

Contributors

jonathanchu avatar

Watchers

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