# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1508677677 14400 # Node ID 4cc0504fdb8661e3ec855c3d45475418d8d2756c # Parent 406853db771f31ef7dbc4d17694bd7afff25b106 customize: rearrange some variables diff --git a/dotemacs.el b/dotemacs.el --- 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.