summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
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)