aboutsummaryrefslogtreecommitdiffhomepage
path: root/pg-init.el
diff options
context:
space:
mode:
authorGravatar Erik Martin-Dorel <erik@martin-dorel.org>2018-08-22 23:29:35 +0200
committerGravatar GitHub <noreply@github.com>2018-08-22 23:29:35 +0200
commit26b3bf9f070e9aee45c6e3d19bca475d4ae8ed37 (patch)
tree64b5b138c91b75c464e66eecd5dc19542ad68276 /pg-init.el
parent3b9e1e4742a2dafce6ac2ef4bfa95d22e43c3c59 (diff)
parent7ee9486a616b12ea99490b134c1417792ef78459 (diff)
Merge pull request #200 from craff/master
Update phox support
Diffstat (limited to 'pg-init.el')
-rw-r--r--pg-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/pg-init.el b/pg-init.el
index bdc6e4ea..7d9e098a 100644
--- a/pg-init.el
+++ b/pg-init.el
@@ -55,7 +55,7 @@
(eval-when-compile
(let ((byte-compile-directories
'("generic" "lib"
- "coq" "easycrypt" "pghaskell" "pgocaml" "pgshell")))
+ "coq" "easycrypt" "pghaskell" "pgocaml" "pgshell" "phox")))
(dolist (dir byte-compile-directories)
(add-to-list 'load-path (expand-file-name dir pg-init--pg-root)))))