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/+compile.el | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 lisp/+compile.el (limited to 'lisp/+compile.el') diff --git a/lisp/+compile.el b/lisp/+compile.el deleted file mode 100644 index a69db7d..0000000 --- a/lisp/+compile.el +++ /dev/null @@ -1,20 +0,0 @@ -;;; +compile.el --- Extras for compile -*- lexical-binding: t; -*- - -;;; Commentary: - -;;; Code: - -(defcustom +compile-function nil - "Function to run to \"compile\" a buffer." - :type 'function - :local t - :risky nil) - -(defun +compile-dispatch (&optional arg) - "Run `+compile-function', if bound, or `compile'. -Any prefix ARG is passed to that function." - (interactive "P") - (call-interactively (or +compile-function #'compile))) - -(provide '+compile) -;;; +compile.el ends here -- cgit 1.4.1-21-gabe81