diff options
author | jao <jao@gnu.org> | 2022-10-06 20:18:01 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-06 20:18:01 +0100 |
commit | 4a09fa6e1275047d4e9e1e135c702b1d60646332 (patch) | |
tree | 2b9782d25b034e3db6fe418b7248ac7a6190ec81 /custom | |
parent | cea86c1d147eeb1630477b76f37a635c94eedd04 (diff) | |
download | elibs-4a09fa6e1275047d4e9e1e135c702b1d60646332.tar.gz elibs-4a09fa6e1275047d4e9e1e135c702b1d60646332.tar.bz2 |
a bit less code is always good
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index 0a015bc..f24d20a 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -38,7 +38,7 @@ ;;; Looks ;;;; geometry -(defvar jao-gnus-use-three-panes (not jao-notmuch-enabled)) +(defvar jao-gnus-use-three-panes t) (defvar jao-gnus-groups-width 50) (defvar jao-gnus-wide-width 190) |