emacs.d/init.el: Enable paredit
1 files changed, 3 insertions(+), 1 deletions(-)

M emacs.d/init.el
M emacs.d/init.el +3 -1
@@ 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.