spacemacs/layers/+tools/xclipboard/funcs.el

15 lines
379 B
EmacsLisp
Raw Normal View History

2019-07-07 17:29:31 +00:00
;;; funcs.el --- xclipboard layer functions file for Spacemacs.
;;
2020-09-16 21:34:40 +00:00
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors
2019-07-07 17:29:31 +00:00
;;
;; 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))