From 21b5d80814520540454c1167ca0495dd023c54dd Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 9 Jun 2022 09:16:50 -0500 Subject: Fix startup complaining --- lisp/+compile.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/+compile.el') diff --git a/lisp/+compile.el b/lisp/+compile.el index b20ae4d..a69db7d 100644 --- a/lisp/+compile.el +++ b/lisp/+compile.el @@ -7,7 +7,8 @@ (defcustom +compile-function nil "Function to run to \"compile\" a buffer." :type 'function - :local t) + :local t + :risky nil) (defun +compile-dispatch (&optional arg) "Run `+compile-function', if bound, or `compile'. -- cgit 1.4.1-21-gabe81