Remove lisp semantic refactor - it's broken beyond repair

This commit is contained in:
Lizzy Hunt 2023-04-13 13:15:29 -06:00
parent 198b101722
commit a1f9682322
No known key found for this signature in database
GPG Key ID: E835BD4B08CCAF96

View File

@ -244,18 +244,6 @@
#+END_SRC #+END_SRC
** Languages ** Languages
*** Common Lisp *** Common Lisp
**** Formatter! semantic-refactor
#+BEGIN_SRC emacs-lisp
(use-package srefactor
:ensure t
:hook ((before-save .
(lambda ()
(when (eq major-mode 'lisp-mode)
(srefactor-lisp-format-buffer))))))
(require 'srefactor)
(require 'srefactor-lisp)
#+END_SRC
**** Rainbow Parentheses **** Rainbow Parentheses
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package rainbow-delimiters :ensure t) (use-package rainbow-delimiters :ensure t)