aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 5e19ee8..0562224 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -700,6 +700,13 @@ To start off, first I need to enable lexical binding.
(with-eval-after-load 'js (load "js-mode-init"))
#+END_SRC
+ - [[file:init/php-mode-init.org][php-mode]] :: I use PHP mode for files that only contain PHP code,
+ no HTML or anything.
+
+ #+BEGIN_SRC emacs-lisp
+ (with-eval-after-load 'php-mode (load "php-mode-init"))
+ #+END_SRC
+
** Emacs lisp mode
Enable paredit mode.