diff --git a/spacemacs/packages.el b/spacemacs/packages.el index 56a4b0ec6..ea74e3fff 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -81,7 +81,6 @@ ;; org-trello p4 page-break-lines - paredit popup popwin powerline @@ -1132,19 +1131,6 @@ inserted in the buffer (if it is not read-only)." (global-page-break-lines-mode t) (spacemacs//hide-lighter page-break-lines-mode))) -(defun spacemacs/init-paredit () - (use-package paredit - :defer t - :config - (progn - (dolist (mode '(scheme emacs-lisp lisp clojure clojurescript)) - (when (> (display-color-cells) 8) - (font-lock-add-keywords (intern (concat (symbol-name mode) "-mode")) - '(("(\\|)" . 'esk-paren-face)))) - (add-hook (intern (concat (symbol-name mode) "-mode-hook")) - 'paredit-mode)) - (spacemacs//diminish paredit-mode " (Ⓟ)")))) - (defun spacemacs/init-popup () (use-package popup :defer t))