summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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))