summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-20 02:45:13 +0100
committerjao <jao@gnu.org>2022-06-20 02:45:13 +0100
commitc9305db0c689febd47b7d58a25ed3b135ce8864c (patch)
treea4adffd2a61e180282a0854c5ab90f37173481bb /init.el
parentb9c7025d9f185dda75e21acf290d28c6af4338c2 (diff)
downloadelibs-c9305db0c689febd47b7d58a25ed3b135ce8864c.tar.gz
elibs-c9305db0c689febd47b7d58a25ed3b135ce8864c.tar.bz2
nits
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el
index d7e7ebb..6361c7d 100644
--- a/init.el
+++ b/init.el
@@ -124,6 +124,7 @@
;;;; server
(setenv "EDITOR" "emacsclient")
+(unless (daemonp) (server-start))
;;;; timers
(put 'list-timers 'disabled nil)
@@ -542,7 +543,8 @@
;;;; X clipboard
(setq select-enable-clipboard t
select-enable-primary t
- selection-timeout 100)
+ selection-timeout 100
+ xterm-select-active-regions t)
(use-package xclip
:ensure t)