@ -144,6 +144,9 @@ There are two things you can do about this warning:
(ivy-mode 1)
;; Enable column numbers
(column-number-mode 1)
;; Enable paredit for lisp
(autoload 'enable-paredit-mode "paredit" "Turn on pseudo-structural editing of Lisp code." t)
(add-hook 'emacs-lisp-mode-hook #'enable-paredit-mode)