summaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2023-08-21 13:39:17 -0300
committerAndrés <andmarti@gmail.com>2023-08-21 13:39:17 -0300
commit7ff262c4e455c708f8a6925f017b5da0b99adbda (patch)
treebde5db11ee92d0f279ccab191a469630bd455e08 /src/conf.c
parent538c6a332a94e49ff2c695216b8ec08088b7489a (diff)
parent41270c42aca84fef96fd4b8dadf96fb67e4201ff (diff)
Merge branch 'pr-832' into dev
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c
index 6a0ea39..8d2cf95 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -93,6 +93,7 @@ const char default_config[] =
#endif
"copy_to_clipboard_delimited_tab=0\n"
+ "copy_to_clipboard_wysiwyg=1\n"
#ifdef DEFAULT_PASTE_FROM_CLIPBOARD_CMD
"default_paste_from_clipboard_cmd=" DEFAULT_PASTE_FROM_CLIPBOARD_CMD "\n"