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
|
;; enable winner-mode to manage window configurations
|
||||||
(winner-mode +1)
|
(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)
|
(provide 'prelude-editor)
|
||||||
|
|
||||||
;;; prelude-editor.el ends here
|
;;; prelude-editor.el ends here
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
browse-kill-ring
|
browse-kill-ring
|
||||||
dash
|
dash
|
||||||
diminish
|
diminish
|
||||||
|
easy-kill
|
||||||
elisp-slime-nav
|
elisp-slime-nav
|
||||||
epl
|
epl
|
||||||
expand-region
|
expand-region
|
||||||
|
|
Loading…
Reference in a new issue