21 lines
518 B
EmacsLisp
21 lines
518 B
EmacsLisp
;;; config.el --- xclipboard configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2019 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Hong Xu <hong@topbug.net>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
;; Variables
|
|
|
|
(defvar xclipboard-enable-cliphist nil
|
|
"If non-nil, cliphist is enabled.")
|
|
|
|
(defvar xclipboard-copy-command nil
|
|
"If non-nil, use this cmd for copy")
|
|
|
|
(defvar xclipboard-paste-command nil
|
|
"If non-nil, use this cmd for paste")
|