diff options
author | Taylor R Campbell <campbell@mumble.net> | 2015-01-26 09:55:20 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2015-01-26 09:55:23 +0000 |
commit | aec81dbc45b0eacfb221192b6da5978c425a23c6 (patch) | |
tree | 2a281ed411d1080da912f861e7c7485e9e7c916c /paredit.el | |
parent | 4df61012e1fe8a68d36a18d5e8bd53981acf053c (diff) |
Quote M-mode-hook for add-hook in example .emacs fragment.
Diffstat (limited to 'paredit.el')
-rw-r--r-- | paredit.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ ;;; Start Paredit Mode on the fly with `M-x enable-paredit-mode RET', ;;; or always enable it in a major mode `M' (e.g., `lisp') with: ;;; -;;; (add-hook M-mode-hook 'enable-paredit-mode) +;;; (add-hook 'M-mode-hook 'enable-paredit-mode) ;;; ;;; Customize paredit using `eval-after-load': ;;; |