# HG changeset patch # User Sevan Janiyan # Date 1648935170 -3600 # Sat Apr 02 22:32:50 2022 +0100 # Node ID 641e227dd63b67bbb45c5cf3157190780879fd33 # Parent 9cd4876f238c1bbceea502b0d28fa400d52a35e9 emacs.d/init.el: Enable paredit diff --git a/emacs.d/init.el b/emacs.d/init.el --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -7,7 +7,9 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(package-selected-packages (quote (atom-one-dark-theme exec-path-from-shell cider)))) + '(package-selected-packages + (quote + (paredit atom-one-dark-theme exec-path-from-shell cider)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.