diff --git a/.emacs.d/lisp/init-sly.el b/.emacs.d/lisp/init-sly.el index b5cada3c..309d9fa0 100644 --- a/.emacs.d/lisp/init-sly.el +++ b/.emacs.d/lisp/init-sly.el @@ -1,5 +1,4 @@ (require 'patch-sly) -(require 'patch-sly-history) (with-eval-after-load 'sly-mrepl (require 'patch-sly-prompt)) (require 'cl-lib) diff --git a/.emacs.d/lisp/patch-sly-history.el b/.emacs.d/lisp/patch-sly-history.el deleted file mode 100644 index b76e0508..00000000 --- a/.emacs.d/lisp/patch-sly-history.el +++ /dev/null @@ -1,6 +0,0 @@ -(defun ambrevar/sly-fix-history-ignore () - (set (make-local-variable 'comint-input-history-ignore) "^;")) - -(advice-add 'sly-mrepl--read-input-ring :before 'ambrevar/sly-fix-history-ignore) - -(provide 'patch-sly-history)