summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--image.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-12-20 23:54:47 -0500
committerbd <bdunahu@operationnull.com>2024-12-20 23:54:47 -0500
commit8c56be82235e4112210b7990ca4dd1f761fa1401 (patch)
tree22456ec8840dbf2952229d63d8ad6a97076192c6 /.config/emacs/modules/bd--image.el
parentc579503b13bac147e22952a5c0a42ace264e60b6 (diff)
switch back to setopt rather than custom
Diffstat (limited to '.config/emacs/modules/bd--image.el')
-rw-r--r--.config/emacs/modules/bd--image.el2
1 files changed, 1 insertions, 1 deletions
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."