diff options
author | Michaël Ball <michael.ball@gmail.com> | 2019-08-07 12:19:32 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2019-08-07 12:19:32 +0100 |
commit | 63d00e3b89a08ecba852fc4b33f74de41afe1d9e (patch) | |
tree | d3da8fe824da0e1086b9affb5060ea1e12477757 | |
parent | 50399b50f79acaa19f890f9bfea15a58f065afca (diff) |
Add xclip
-rwxr-xr-x | .emacs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |