Skip to content

Commit

Permalink
Fixing the .dir-locals def.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisajenkins committed Nov 26, 2014
1 parent aac5dd1 commit b546eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dir-locals.el
Expand Up @@ -6,6 +6,7 @@
(kbd "M-e")
'(lambda nil
(interactive)
(require 'magit)
(save-buffer)
(compile (format "make -C %s" (magit-get-top-dir))))))
(haskell-mode
Expand Down

0 comments on commit b546eee

Please sign in to comment.