diff options
author | Case Duckworth | 2021-03-11 12:08:51 -0600 |
---|---|---|
committer | Case Duckworth | 2021-03-11 12:08:51 -0600 |
commit | 328c6b3fa8d212331111c52f05e9ec3e142d18cc (patch) | |
tree | f15c37d3901b371de524585b44da2d802fa1db39 | |
parent | Word-wrap, but don't truncate-lines (diff) | |
download | emacs-328c6b3fa8d212331111c52f05e9ec3e142d18cc.tar.gz emacs-328c6b3fa8d212331111c52f05e9ec3e142d18cc.zip |
Change quote style
-rw-r--r-- | init.el | 2 |
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) |