Install the easy-kill package
This commit is contained in:
parent
7309e9e740
commit
696904aa8e
@ -48,6 +48,7 @@
|
||||
diminish
|
||||
dired-k
|
||||
drag-stuff
|
||||
easy-kill
|
||||
electric-case
|
||||
electric-spacing
|
||||
emamux
|
||||
|
6
init.el
6
init.el
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user