summaryrefslogtreecommitdiff
path: root/lisp/loadup.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2021-11-30 19:12:52 +0100
committerAndrea Corallo <akrl@sdf.org>2021-11-30 19:16:54 +0100
commita7dfb2acfc17381bf03ead64c0d1b71576b3aea0 (patch)
tree72858674af5e55e93d9cff694c1b963e067e5a56 /lisp/loadup.el
parentbf299b7d2f712cd7311130e0375bcfe523d727c6 (diff)
downloademacs-a7dfb2acfc17381bf03ead64c0d1b71576b3aea0.tar.gz
* lisp/loadup.el (paren): Preload it (again).
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r--lisp/loadup.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 3f22ceb94ee..ed1570e778b 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -358,6 +358,7 @@
(load "vc/ediff-hook")
(load "uniquify")
(load "electric")
+(load "paren")
(load "emacs-lisp/shorthands")