GithubHelp home page GithubHelp logo

aqua-boogie-baby's Introduction

EMACS CONFIGURATION

A beginners guide to yelling about emacs configuration. Derived from https://github.com/spicycode/the-greatest-and-best-emacs-configuration-ever-devised-by-man

Now with swank magic for Clojure happiness.

YOU'LL WANT TO SYMLINK THIS DIRECTORY TO ~/.emacs.d

YOUR CRAPPY CONFIG MAKES AQUAMACS ASPLODE!!!

Sorry, I have run into this too and I feel your pain. On the first startup this config will try and pull down, install, and compile a LARGE VOLUME of emacs lisp files. This can end up causing aquamacs to crash.

Worse still, after you restart from a crash, you'll get a lovely error message telling you everything is awful and that some package (often I've found the culprit is haml-mode) is already marked as installed, remove it first. To fix:

M-x el-get-remove haml-mode

M-x el-get-install haml-mode

Other likely culprits are inf-ruby and rvm. If you install them yourself with el-get-install they probably won't blow up. Probably.

ALSO, YOU'LL WANT TO CREATE A ~/.emacs FILE THAT HAS THE FOLLOWING IN IT

(toggle-debug-on-error t)

(setq long-path "/Users/YOUR USERNAME HERE/.emacs.d/")
(add-to-list 'load-path long-path)
(load "local")

(rvm-autodetect-ruby)

(eval-after-load "slime" 
  '(progn (slime-setup '(slime-repl))))

(slime-setup)

(set-variable 'inferior-lisp-program "/usr/bin/java -cp /Users/alex/clojure-core/clojure/clojure.jar clojure.main")
(set-variable 'inferior-lisp-buffer "*inferior-lisp*")
(menu-bar-mode t)
(server-start)

aqua-boogie-baby's People

Contributors

spicycode avatar

Stargazers

 avatar Miika Pihlaja avatar Alex Redington avatar

Watchers

Alex Redington avatar James Cloos 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.