From 9199a4c1eb8c77c76d2ed98c0fa88fcae2b0cc4f Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Sat, 20 Dec 2025 11:37:54 -0800 Subject: emacs: terminal key shadowing fix --- emacs/site-lisp/my-exwm.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'emacs/site-lisp') diff --git a/emacs/site-lisp/my-exwm.el b/emacs/site-lisp/my-exwm.el index 66e77df..be71f52 100644 --- a/emacs/site-lisp/my-exwm.el +++ b/emacs/site-lisp/my-exwm.el @@ -97,13 +97,6 @@ changes." (interactive) (start-process-shell-command "glide" nil "glide")) - (defun my/eshell (&optional arg) - (interactive "P") - (if (eq major-mode 'eshell-mode) - ;; switch back - (switch-to-prev-buffer) - (eshell arg))) - (defun my/brightnessdown () (interactive) (start-process "" nil "brightnessdown")) (defun my/brightnessup () (interactive) (start-process "" nil "brightnessup")) (defun my/mute () (interactive) (start-process "" nil "pactl" "set-sink-mute" "@DEFAULT_SINK@" "toggle")) -- cgit v1.2.3