fix: delay loading of function override

This commit is contained in:
Kiana Sheibani 2025-10-22 13:39:23 -04:00
parent 3e66f68c49
commit 28d500c39e
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2659,7 +2659,7 @@ Emacs Everywhere is a great idea. Unfortunately, the default package on MELPA us
emacs-everywhere-copy-command
'("sh" "-c" "wl-copy < %f")
emacs-everywhere-window-focus-command
'("hyprctl" "dispatch" "focuswindow" "address:%w")))
'("hyprctl" "dispatch" "focuswindow" "address:%w"))
;; Function for accessing current window
(defun emacs-everywhere--app-info-linux-hyprland ()
@ -2675,7 +2675,7 @@ Emacs Everywhere is a great idea. Unfortunately, the default package on MELPA us
:id window-id
:class window-class
:title window-title
:geometry window-dims)))
:geometry window-dims))))
(defpatch! emacs-everywhere
(defun emacs-everywhere--app-info-linux) ()