aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2022-10-08 18:36:38 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-15 12:19:41 +0100
commit28ec9314318649ae1518367514236bee67e26a78 (patch)
tree28a79b0c0f0c0107bd0a2672dd940b13ea1184eb
parent79de2c0dd1d39825b4247758cdcdb53b9411f377 (diff)
feat: Delete simulation keys setting
-rw-r--r--nyxt.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/nyxt.el b/nyxt.el
index 046ec0d..cd9cb88 100644
--- a/nyxt.el
+++ b/nyxt.el
@@ -1,6 +1,6 @@
;;; nyxt.el --- Emacs integration with Nyxt -*- lexical-binding: t; -*-
-;;; Copyright ©2022 conses <contact@conses.eu>
+;; Copyright ©2022 conses <contact@conses.eu>
;; Author: conses <contact@conses.eu>
;; Version: 0.1.0
@@ -113,9 +113,7 @@ it switches to its corresponding workspace."
(if (get-buffer-window nyxt-buffer)
(select-window (get-buffer-window nyxt-buffer))
(switch-to-buffer-other-window nyxt-buffer))
- (switch-to-buffer nyxt-buffer)))
- (when (equal (current-buffer) nyxt-buffer)
- (exwm-input-set-local-simulation-keys nil))))))
+ (switch-to-buffer nyxt-buffer)))))))
(cl-defun nyxt-run (sexps &key (focus nil) (autostart nil) (autostart-delay 0))
"Evaluate SEXPS in the context of the current Nyxt connection.