summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorAmin Bandali <mab@gnu.org>2020-01-26 23:53:21 -0500
committerAmin Bandali <mab@gnu.org>2020-01-26 23:53:21 -0500
commit0a1906767e116baf849abf14d97964b772894e6d (patch)
treea52de7b66d664d03b540b05a0aee97d0779e5169 /.emacs.d
parent22fff83b4157b81ad6d739eadb16774b6eb505e3 (diff)
downloadconfigs-0a1906767e116baf849abf14d97964b772894e6d.tar.gz
configs-0a1906767e116baf849abf14d97964b772894e6d.tar.xz
configs-0a1906767e116baf849abf14d97964b772894e6d.zip
emacs: exwm: i use icecat now
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0d2c850..60b8215 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -707,7 +707,7 @@ around if needed."
(exwm-manage-finish . (lambda ()
(when exwm-class-name
(cond
- ((string= exwm-class-name "Abrowser")
+ ((string= exwm-class-name "IceCat")
(exwm-input-set-local-simulation-keys
`(,@exwm-input-simulation-keys
([?\C-\S-d] . [?\C-d]))))