mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
12 lines
178 B
EmacsLisp
12 lines
178 B
EmacsLisp
;;; misc-xclip.el -*- lexical-binding: t; -*-
|
|
|
|
(use-package xclip
|
|
:ensure t
|
|
:config
|
|
(xclip-mode t)
|
|
(setq xclip-method 'xclip))
|
|
|
|
(provide 'xclip)
|
|
|
|
;;; xclip.el ends here
|