spacemacs/layers/+tools/xclipboard/funcs.el
2019-07-11 19:49:21 +02:00

15 lines
379 B
EmacsLisp

;;; funcs.el --- xclipboard layer functions 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
(defun spacemacs/xclipboard-cliphist-paste-item-rectangle ()
(interactive)
(cliphist-paste-item 1))