projects
/
.emacs.d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8e2ea
)
show matching parens
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Fri, 31 Oct 2014 10:31:54 +0000
(16:01 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Fri, 31 Oct 2014 10:31:54 +0000
(16:01 +0530)
init.el
patch
|
blob
|
history
diff --git
a/init.el
b/init.el
index 423b41e27b2654894168e530b47f0ddb9bd06eea..fabdc36f8232a0fb861d87e28f8511491bcf4e00 100644
(file)
--- a/
init.el
+++ b/
init.el
@@
-1,6
+1,6
@@
;; Prevent the cursor from blinking
(blink-cursor-mode 0)
-
+(show-paren-mode 1)
;; y-or-n instead of yes-or-no
(defalias 'yes-or-no-p 'y-or-n-p)