changeset 164:4cc0504fdb86

customize: rearrange some variables
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sun, 22 Oct 2017 09:07:57 -0400
parents 406853db771f
children 3a0d461cffc1
files dotemacs.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -414,6 +414,8 @@
            (c++-mode)
            (c-set-style "gnu")))))
  '(savehist-mode t nil (savehist))
+ '(select-enable-clipboard t)
+ '(select-enable-primary t)
  '(show-paren-mode t)
  '(tab-width 2)
  '(tabbar-mode t nil (tabbar))
@@ -428,9 +430,7 @@
  '(vc-follow-symlinks nil)
  '(w3m-default-display-inline-images t)
  '(w3m-use-cookies t)
- '(web-mode-markup-indent-offset 4)
- '(x-select-enable-clipboard t)
- '(x-select-enable-primary t))
+ '(web-mode-markup-indent-offset 4))
 (custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.