summaryrefslogtreecommitdiff
path: root/emacs/lisp/fcuny-clipboard.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-23functions: move custom functions to librariesFranck Cuny1-19/+0
2022-02-03clipboard: function to get clipboard's contentFranck Cuny1-0/+19
The function can get the content of the clipboard for both MacOS and Linux. This function is coming from this module [1]. [1] https://github.com/rolandwalker/simpleclip/blob/master/simpleclip.el