From cb6f9b1ea16d7153150ee30acd493f434540b9b4 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 1 Sep 2022 03:04:32 +0100 Subject: a couple of little tweaks --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 00dd82f..9a6cff2 100644 --- a/init.el +++ b/init.el @@ -654,7 +654,7 @@ (use-package xclip :ensure t - :init (setq xclip-method (if jao-sway-enabled 'wl-copy 'xclip))) + :init (setq xclip-method (if jao-wayland-enabled 'wl-copy 'xclip))) (unless (display-graphic-p) (xclip-mode 1)) -- cgit v1.2.3