summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-01-03 20:09:09 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-01-03 20:09:09 +0800
commit72f93fcf4c1603fd8dafce2715cc83e553a793df (patch)
tree9601f84b5ed78b07bb10fcfa22a54fecd4960dd9
parent1ad7538eca4164fb4a6f8d78f6c0f5b0f12467e3 (diff)
emacs: fixed a unmatched parenthesis
-rw-r--r--emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs b/emacs
index b23572f..f953e4a 100644
--- a/emacs
+++ b/emacs
@@ -321,7 +321,7 @@
'(show-paren-mode t)
'(show-trailing-whitespace t)
'(size-indication-mode t)
- '(transient-mark-mode t)
+ '(transient-mark-mode t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.