aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index a098684..71ca9cc 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -987,3 +987,12 @@ This package automatically adjusts your window sized to follow the golden ratio,
#+end_src
This configuration adds advice after the =ace-window= command to make sure that switching with it still properly configures the window sizes.
+
+* Phel
+
+Phel is a Clojure-inspired lisp that compiles to PHP.
+
+#+begin_src emacs-lisp
+ (use-package phel-mode
+ :mode (rx ".phel" eos))
+#+end_src