projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec6733
)
* .emacs.d/init.el: Enable electric-pair-mode.
author
Amin Bandali
<bandali@gnu.org>
Wed, 23 Nov 2022 02:22:25 +0000
(21:22 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Wed, 23 Nov 2022 02:22:25 +0000
(21:22 -0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
28c1ba7
..
5149a35
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-603,9
+603,9
@@
Effectively a very simple light/dark theme toggle switch."
(with-eval-after-load 'paren
(show-paren-mode))
-
;;
(run-with-idle-timer 0.2 nil #'require 'elec-pair)
-
;;
(with-eval-after-load 'elec-pair
-
;;
(electric-pair-mode))
+(run-with-idle-timer 0.2 nil #'require 'elec-pair)
+(with-eval-after-load 'elec-pair
+ (electric-pair-mode))
(with-eval-after-load 'simple
(setq