Giter Club home page Giter Club logo

dotemacs's Introduction

Kaustav's Emacs configurations

These are my new set of configurations, initially inspired by the choices made in Emacs Prelude. It is focused on getting rich, but lightweight, editing experience in JavaScript, Golang and Rust.

Install

  1. Clone the repository

    $ git clone [email protected]:kaustavdm/dotemacs --recursive
  2. Set-up symlink

    $ ln -s <path-to>/dotemacs ~/.emacs.d
  3. Set-up dependencies available on npm

    $ sudo npm install -g aspell jslint tern

    a. If you are on Fedora, additionally install:

    $ sudo dnf install aspell-en

    b. If you are on OSX, additionally install:

    $ brew install aspell --with-lang-en
  4. Set-up Go dependencies

    • Install Golang
    • Set GOPATH environment variable
    • Install Gocode: $ go get -u github.com/nsf/gocode.
    • Install Golint: $ go get -u github.com/golang/lint.
    • Install Gorename: $ go get golang.org/x/tools/cmd/gorename.
    • Make sure gocode, godef, golint and gorename executibles are on PATH.
  5. Set-up Rust dependencies

    • Install Rust
    • Download Rust sources and set RUST_SRC_PATH environment variable to the ./src directory in the Rust source.
    • Install Racer: $ cargo install racer
    • Install Rustfmt: $ cargo install rustfmt
    • Make sure the racer and rustfmt executibles are on PATH.
  6. Set-up Haskell dependencies

    • Install GHC, GHCi or better, install the Haskell Platform.
  7. Install Adobe Source Code Pro font

  8. Copy: ./custom/env-custom-sample.el to ./custom/env-custom.el, and adjust values in env-custom.el.

  9. Run emacs. It will install missing packages. Make sure you are connected to the internet at this point.

dotemacs's People

Contributors

kaustavdm avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

soapdog

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.