diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-12-16 08:52:37 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-12-16 08:52:37 -0800 |
commit | 8e3826debde186cd0eb04b55a0e5a3279aa159bb (patch) | |
tree | a5028f1e3e7502259d083f8d3e6ca3989218a364 | |
parent | [Emacs] Files for phabricator commits are in git-commit-mode. (diff) | |
download | emacs.d-8e3826debde186cd0eb04b55a0e5a3279aa159bb.tar.gz |
[Emacs] Update a comment.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/lib/settings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/lib/settings.el b/emacs.d/lib/settings.el index a0bbf44..3091298 100644 --- a/emacs.d/lib/settings.el +++ b/emacs.d/lib/settings.el @@ -5,7 +5,7 @@ (dolist (mode '(tool-bar-mode scroll-bar-mode)) (when (fboundp mode) (funcall mode -1))) -;; auto close bracket insertion +;; auto close bracket, parenthesis insertion (electric-pair-mode 1) ;; show trailing white space for prog modes |