Add the easy-kill package
This commit is contained in:
parent
ef14f87c07
commit
f5092b31fd
2 changed files with 5 additions and 0 deletions
|
@ -376,6 +376,10 @@ indent yanked text (with prefix arg don't indent)."
|
|||
;; enable winner-mode to manage window configurations
|
||||
(winner-mode +1)
|
||||
|
||||
;; easy-kill
|
||||
(global-set-key [remap kill-ring-save] 'easy-kill)
|
||||
(global-set-key [remap mark-sexp] 'easy-mark)
|
||||
|
||||
(provide 'prelude-editor)
|
||||
|
||||
;;; prelude-editor.el ends here
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
browse-kill-ring
|
||||
dash
|
||||
diminish
|
||||
easy-kill
|
||||
elisp-slime-nav
|
||||
epl
|
||||
expand-region
|
||||
|
|
Loading…
Reference in a new issue