From 8ece91b82dbe80b91994d9530e076a09c7e55861 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 26 Aug 2026 23:03:20 -0700 Subject: Emacs: Automatically load ‘phel-mode’ for .phel files --- emacs/.emacs.d/init.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'emacs') 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 -- cgit v1.3-2-g0d8e