summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-01 03:04:32 +0100
committerjao <jao@gnu.org>2022-09-01 03:04:32 +0100
commitcb6f9b1ea16d7153150ee30acd493f434540b9b4 (patch)
treed8de4706b1809f36865a327dc45be79f249afd09 /init.el
parent19d6b055b6a07e5129bc34620c575dc2e688d4bf (diff)
downloadelibs-cb6f9b1ea16d7153150ee30acd493f434540b9b4.tar.gz
elibs-cb6f9b1ea16d7153150ee30acd493f434540b9b4.tar.bz2
a couple of little tweaks
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))