Add the easy-kill package

This commit is contained in:
Bozhidar Batsov 2014-04-12 17:47:06 +03:00
parent ef14f87c07
commit f5092b31fd
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -49,6 +49,7 @@
browse-kill-ring
dash
diminish
easy-kill
elisp-slime-nav
epl
expand-region