From 8c56be82235e4112210b7990ca4dd1f761fa1401 Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 20 Dec 2024 23:54:47 -0500 Subject: switch back to setopt rather than custom --- .config/emacs/modules/bd--image.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/modules/bd--image.el') diff --git a/.config/emacs/modules/bd--image.el b/.config/emacs/modules/bd--image.el index 48ab024..1d5876c 100644 --- a/.config/emacs/modules/bd--image.el +++ b/.config/emacs/modules/bd--image.el @@ -5,7 +5,7 @@ (use-package image-mode - :custom + :config (defun toggle-mode-line () "If the mode line is displayed, toggle it off. If the mode line is off, set it to the default value." -- cgit v1.2.3