Skip to content

Commit

Permalink
async-emacs: audit
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Nov 3, 2015
1 parent 9918ec0 commit e33d7b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/async-emacs.rb
Expand Up @@ -11,13 +11,12 @@ class AsyncEmacs < EmacsFormula

def install
byte_compile Dir["*.el"]
(share/"emacs/site-lisp/async").install Dir["*.el"],
Dir["*.elc"]
elisp.install Dir["*.el"], Dir["*.elc"]
end

test do
(testpath/"test.el").write <<-EOS.undent
(add-to-list 'load-path "#{share}/emacs/site-lisp/async")
(add-to-list 'load-path "#{elisp}")
(load "async")
(print (minibuffer-prompt-width))
EOS
Expand Down

0 comments on commit e33d7b0

Please sign in to comment.