aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-13 14:50:22 +0200
committerGravatar Tom Willemse2016-10-13 14:50:22 +0200
commit5bdf8469ea218a071ba91413b2b6518bac684b84 (patch)
treef080086a2389f0e410438aa8f76a0688aae010bd /emacs/.emacs.d/init.org
parent5c62bdc8507bbcfc889e8a65e9cff63d584d6015 (diff)
downloadnew-dotfiles-5bdf8469ea218a071ba91413b2b6518bac684b84.tar.gz
new-dotfiles-5bdf8469ea218a071ba91413b2b6518bac684b84.zip
Add php mode config
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.