diff options
Diffstat (limited to '.config/emacs/modules/bd--image.el')
-rw-r--r-- | .config/emacs/modules/bd--image.el | 2 |
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." |