diff options
| author | 2026-08-26 23:03:20 -0700 | |
|---|---|---|
| committer | 2026-09-01 22:14:15 -0700 | |
| commit | d529395f936be5de4cc0a7d4e11db63a5f186de4 (patch) | |
| tree | 45e2548541b3bfb1a92de865081f2fb9752d59bd /emacs | |
| parent | 8a71220ebbf0d415a0d6a501ecd0edc688e078a6 (diff) | |
| download | new-dotfiles-d529395f936be5de4cc0a7d4e11db63a5f186de4.tar.gz new-dotfiles-d529395f936be5de4cc0a7d4e11db63a5f186de4.zip | |
Emacs: Automatically load ‘phel-mode’ for .phel files
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.emacs.d/init.org | 9 |
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 |
