From aab5bfd074e57d06a79e39d7c7c4760e1f385a06 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 17 Oct 2022 21:41:28 -0500 Subject: Bankruptcy 9 --- lisp/+sly.el | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 lisp/+sly.el (limited to 'lisp/+sly.el') diff --git a/lisp/+sly.el b/lisp/+sly.el deleted file mode 100644 index 8d8fd6a..0000000 --- a/lisp/+sly.el +++ /dev/null @@ -1,18 +0,0 @@ -;;; +sly.el --- Sly customizations -*- lexical-binding: t; -*- - -;;; Commentary: - -;;; Code: - -(require 'sly) - -(defun sly-mrepl-return-at-end () - (interactive) - (if (<= (point-max) (point)) - (sly-mrepl-return) - (if (bound-and-true-p paredit-mode) - (paredit-newline) - (electric-newline-and-maybe-indent)))) - -(provide '+sly) -;;; +sly.el ends here -- cgit 1.4.1-21-gabe81