summaryrefslogtreecommitdiff
path: root/config/modes.el
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-05-18 12:06:01 +0100
committerSam Light <samlight1994@gmail.com>2025-05-18 12:06:01 +0100
commitcc039530db622500e700685fda402bc91b83abf1 (patch)
tree026b5eefa5a6e6be4239dc18940ac69f69a82eff /config/modes.el
parent3ed7de7abb67400583bd554c3b1492569062f77f (diff)
Modes file for setting up web mode
Diffstat (limited to 'config/modes.el')
-rw-r--r--config/modes.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/modes.el b/config/modes.el
new file mode 100644
index 0000000..a58912f
--- /dev/null
+++ b/config/modes.el
@@ -0,0 +1,7 @@
+;; -*- lexical-binding: t; -*-
+
+;;; Code:
+
+(use-package web-mode
+ :ensure t
+ :mode ("\\.blade\\.php\\'"))