GithubHelp home page GithubHelp logo

basav / emacs24-config Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kumarshantanu/emacs24-config

0.0 2.0 0.0 85 KB

Emacs 24 config for Clojure and web development using HTML/CSS/JavaScript

emacs24-config's Introduction

My Emacs 24 config files for Clojure and Ruby stuff.

Installation

First Time Install

  1. Create a softlink to the dot-emacs.d directory in ~/.emacs.d

    $ cd emacs24-config
    $ ln -s `pwd`/dot-emacs.d ~/.emacs.d
  2. Start the GUI Emacs app - it will take time to download/install extensions

  3. Quit Emacs

  4. Create a softlink to the file dot-emacs.d/username.el in ~/.emacs.d/${USER}.el

    $ cd emacs24-config
    $ ln -s `pwd`/dot-emacs.d/username.el ~/.emacs.d/${USER}.el
  5. Start Emacs again to see effect

  6. For web development using swank-js install Node.js first. (Ubuntu folks should get a newer version than what apt-get gives.)

  7. To enable flycheck, you may need Node.js (see #6) as a common dependency first. Then, install the following (find external linters with C-c ! ?):

Upgrade

  1. Remove all files/folders except *.project, init.el, packages.el, setup-slime-js.el and username.el
  2. Follow the steps listed in First Time Install

Usage

  • Press Super-j (Cmd+j on Mac, Win+j on PC) to open a project

  • Press Super-i (Cmd+i on Mac, Win+i on PC) to open Dirtree (file explorer)

  • For CSS/JS web development, either run M-x slime-js-jack-in-node or

    • start webapp at port 3000
    • start swank-js using npm run swank
    • run M-x slime-connect

    Then visit http://localhost:8009/swank-js/test.html in browser.

emacs24-config's People

Contributors

kumarshantanu avatar

Watchers

Basav Nagur avatar James Cloos 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.