summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-12-30 23:14:40 +0100
committerGravatar Tom Willemse2013-12-30 23:14:40 +0100
commitef44e7df4a8c5aea9af1f0a92a3b7d9bfaddf351 (patch)
treeb18fb65bd7678d527e745b75094cead1b5315cf2 /.emacs.d/init.el
parentf642808f60c76335ca3d325d516cb62540b9970f (diff)
downloademacs-ef44e7df4a8c5aea9af1f0a92a3b7d9bfaddf351.tar.gz
emacs-ef44e7df4a8c5aea9af1f0a92a3b7d9bfaddf351.zip
Demote Macro heading
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 7840248..23d1fb4 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -789,7 +789,7 @@ If no direction is given, don't split."
(define-key yas-minor-mode-map [(tab)] nil)
(define-key yas-minor-mode-map (kbd "C-\\") 'yas-expand))
-;;;; Macro support
+;;;;; Macro support
(eval-and-compile
(defun add-hooks (hooks function &optional append local)