aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@gmail.com>2019-08-07 12:19:32 +0100
committerMichaël Ball <michael.ball@gmail.com>2019-08-07 12:19:32 +0100
commit63d00e3b89a08ecba852fc4b33f74de41afe1d9e (patch)
treed3da8fe824da0e1086b9affb5060ea1e12477757
parent50399b50f79acaa19f890f9bfea15a58f065afca (diff)
Add xclip
-rwxr-xr-x.emacs4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 04b8c2c..c21b0f4 100755
--- a/.emacs
+++ b/.emacs
@@ -377,5 +377,9 @@
(define-key projectile-mode-map (kbd "s-p") 'projectile-command-map)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map))
+(use-package xclip
+ :ensure t
+ :demand t)
+
(provide '.emacs)
;;; .emacs ends here