14 lines
379 B
EmacsLisp
14 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))
|