Arc Forumnew | comments | leaders | submitlogin
1 point by lboard 5905 days ago | link | parent

Using emacs with quack.el (scheme mode) and set the default program to mzschme -d path_to_as.scm

in my ~/.emacs added these lines

  (require 'quack)
  (global-set-key [f12] 'run-scheme) ; to run arc by pressing f12


"I use emacs bcoz it is programmable with programmable programming language."