public
Description: My Emacs config
Homepage:
Clone URL: git://github.com/defunkt/emacs.git
defunkt (author)
Mon Nov 02 11:15:47 -0800 2009
commit  08a60605274d28c9d802014c73602f576143f79a
tree    f3194ef549f1039230cc61bb37366b4df933e7c0
parent  5ae2cba42d160eb5100fe92c0a85a90a8860f1d9
emacs / restore.rb
100644 10 lines (7 sloc) 0.158 kb
1
2
3
4
5
6
7
8
9
10
#
# After a fresh clone. For defunkt.
#
 
File.open('local.el', 'w') do |f|
  f.puts '(load "defunkt")'
end
 
puts "Don't forget to M-x byte-compile-file js2"