Install the easy-kill package

This commit is contained in:
Gergely Polonkai 2016-11-10 17:08:46 +01:00
parent 7309e9e740
commit 696904aa8e
2 changed files with 7 additions and 0 deletions

View File

@ -48,6 +48,7 @@
diminish
dired-k
drag-stuff
easy-kill
electric-case
electric-spacing
emamux

View File

@ -830,6 +830,12 @@
(setq auto-save-file-name-transforms
`((".*" ,temporary-file-directory t))))
(use-package easy-kill
:ensure t
:demand t
:config
(global-set-key [remap kill-ring-save] 'easy-kill))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")