Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
remove dgvncsz0f-- variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dgvncsz0f committed Jul 13, 2015
1 parent 4816650 commit ac4d6fd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .dir-locals.el
@@ -1,5 +1,13 @@
;;; Directory Local Variables
;;; See Info node `(emacs) Directory Variables' for more information.

((python-mode (py-indent-offset . 4))
(dired-mode (dired-omit-mode . 1)))
((nil (lice:default-license . "mit"))
(python-mode . ((py-indent-offset . 4)))
("src/warpdrive" . ((nil . ((dgvncsz0f-compile-root . "src/warpdrive")
(dgvncsz0f-compile-command . "cabal compile")
(dgvncsz0f-compile-test-command . "cabal test")
(dgvncsz0f-compile-clean-command . "cabal clean")))))
("src/storaged" . ((nil . ((dgvncsz0f-compile-root . "src/storaged")
(dgvncsz0f-compile-command . "lein with-profile storaged,triggers compile")
(dgvncsz0f-compile-test-command . "lein with-profile storaged,triggers test")
(dgvncsz0f-compile-clean-command . "lein with-profile storaged,triggers clean"))))))

0 comments on commit ac4d6fd

Please sign in to comment.