aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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