summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-10-02 17:45:51 +0100
committerjao <jao@gnu.org>2025-10-02 17:45:51 +0100
commit2c45e0f8fc8dbe29aefc3f53392c7d9d3bf54b08 (patch)
treeab0e1b61a1a50bae84323e6a58f3ad555c31654d /init.el
parentc308a35f7cff2c8360473a89a80e5b1c766d00c8 (diff)
downloadelibs-2c45e0f8fc8dbe29aefc3f53392c7d9d3bf54b08.tar.gz
elibs-2c45e0f8fc8dbe29aefc3f53392c7d9d3bf54b08.tar.bz2
nnw badge in gnus notifications
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index d87016c..edddf6a 100644
--- a/init.el
+++ b/init.el
@@ -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"))))