SLY: Remove history patch now that it's merged.

master
Pierre Neidhardt 2021-03-12 10:02:40 +01:00
parent f9ce05b864
commit f4639999df
2 changed files with 0 additions and 7 deletions

View File

@ -1,5 +1,4 @@
(require 'patch-sly)
(require 'patch-sly-history)
(with-eval-after-load 'sly-mrepl
(require 'patch-sly-prompt))
(require 'cl-lib)

View File

@ -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)