summaryrefslogtreecommitdiffstats
path: root/emacs.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-07-27 12:11:12 +0200
committerGravatar Tom Willemsen2011-07-27 12:11:12 +0200
commita9c05ddb3df165d2e56a81ebfc2e1f8ef21bf3d4 (patch)
treef4e34fae0d8e83537d7a2458eab8b4c3d5d71229 /emacs.el
parent07f377fb8315a9858b7e28e704286aac5160f0b2 (diff)
downloaddotfiles-a9c05ddb3df165d2e56a81ebfc2e1f8ef21bf3d4.tar.gz
dotfiles-a9c05ddb3df165d2e56a81ebfc2e1f8ef21bf3d4.zip
EMACS: Trying out zencoding
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index fc3dbbc..5d55db7 100644
--- a/emacs.el
+++ b/emacs.el
@@ -97,6 +97,12 @@
(whitespace-mode 1)
(turn-on-auto-fill)))
+;;; Zencoding mode
+(add-to-list 'load-path "~/.emacs.d/elisp/zencoding")
+(autoload 'zencoding-mode "zencoding-mode" "Minor mode for zencoding" t)
+(add-hook 'sgml-mode-hook 'zencoding-mode) ; Auto-start on any markup
+ ; modes
+
(add-to-list 'load-path "~/.emacs.d/elisp/git-commit-mode")
(add-to-list 'load-path "~/.emacs.d/elisp/lua-mode")
(add-to-list 'load-path "~/.emacs.d/elisp/pi-php-mode")