diff options
author | jao <jao@gnu.org> | 2021-01-12 21:16:54 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-01-12 21:16:54 +0000 |
commit | 0ff0270717b428de630b5dd6819ea2e3dbab3d95 (patch) | |
tree | bdb6a2942bba82f9c56555128cfa4e4af426d940 /eos | |
parent | 60e74a345c7ff8ca2ecfdf2c706b4e643c3ee499 (diff) | |
download | elibs-0ff0270717b428de630b5dd6819ea2e3dbab3d95.tar.gz elibs-0ff0270717b428de630b5dd6819ea2e3dbab3d95.tar.bz2 |
espotify: richer marginalia
Diffstat (limited to 'eos')
-rw-r--r-- | eos/jao-minibuffer.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eos/jao-minibuffer.el b/eos/jao-minibuffer.el index b626151..09c94bd 100644 --- a/eos/jao-minibuffer.el +++ b/eos/jao-minibuffer.el @@ -1,6 +1,6 @@ ;;; jao-minibuffer.el --- using the minibuffer to report status -*- lexical-binding: t; -*- -;; Copyright (C) 2020 jao +;; Copyright (C) 2020, 2021 jao ;; Author: jao <mail@jao.io> ;; Keywords: extensions @@ -127,7 +127,7 @@ (setq set-message-function #'jao-minibuffer--set-message) (setq clear-message-function #'jao-minibuffer-refresh) -(setq resize-mini-windows nil) +;; (setq resize-mini-windows nil) (provide 'jao-minibuffer) ;;; jao-minibuffer.el ends here |