diff options
author | jao <jao@gnu.org> | 2025-10-02 17:45:51 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-10-02 17:45:51 +0100 |
commit | 2c45e0f8fc8dbe29aefc3f53392c7d9d3bf54b08 (patch) | |
tree | ab0e1b61a1a50bae84323e6a58f3ad555c31654d /init.el | |
parent | c308a35f7cff2c8360473a89a80e5b1c766d00c8 (diff) | |
download | elibs-2c45e0f8fc8dbe29aefc3f53392c7d9d3bf54b08.tar.gz elibs-2c45e0f8fc8dbe29aefc3f53392c7d9d3bf54b08.tar.bz2 |
nnw badge in gnus notifications
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ (defun jao-kb-toggle (&optional lyt) (interactive) (shell-command-to-string (or lyt - (if (jao-kb-toggled-p) + (if (jao-kb-toggled-p) "setxkbmap us" "setxkbmap us -variant intl")))) |