summaryrefslogtreecommitdiff
path: root/emacs/site-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/site-lisp')
-rw-r--r--emacs/site-lisp/my-exwm.el7
1 files changed, 0 insertions, 7 deletions
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"))