Notice
Recent Posts
Recent Comments
목록apt-get (1)
Dharma
[Emacs] HowTO: Clojure Setting with Emacs . The Simplest Way!!
In console 'Terminal' $ sudo apt-get install clojure $ sudo apt-get install leiningen $ sudo apt-get install slime install clojure-mode $ cd ~/.emacs.d $ git clone git://github.com/technomancy/clojure-mode.git append to dot-emacs $ emacs ~/.emacs add followings below (add-to-list 'load-path "~/.emacs.d/clojure-mode/") (require 'clojure-mode) install swank-clojure $ lein plugin install swank-cloj..
프로그래밍
2012. 3. 27. 15:24