about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-11 12:08:51 -0600
committerCase Duckworth2021-03-11 12:08:51 -0600
commit328c6b3fa8d212331111c52f05e9ec3e142d18cc (patch)
treef15c37d3901b371de524585b44da2d802fa1db39 /init.el
parentWord-wrap, but don't truncate-lines (diff)
downloademacs-328c6b3fa8d212331111c52f05e9ec3e142d18cc.tar.gz
emacs-328c6b3fa8d212331111c52f05e9ec3e142d18cc.zip
Change quote style
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 c881751..8a17038 100644 --- a/init.el +++ b/init.el
@@ -63,7 +63,7 @@
63 63
64;; Killing & Yanking 64;; Killing & Yanking
65(delete-selection-mode +1) 65(delete-selection-mode +1)
66(acdw/set `((save-interprogram-paste-before-kill t) 66(acdw/set '((save-interprogram-paste-before-kill t)
67 (yank-pop-change-selection t) 67 (yank-pop-change-selection t)
68 (x-select-enable-clipboard t) 68 (x-select-enable-clipboard t)
69 (x-select-enable-primary t) 69 (x-select-enable-primary t)