Enable erase-buffer

This commit is contained in:
Bozhidar Batsov 2013-05-04 10:27:32 +03:00
parent 5e93ddc62b
commit 2866052b6c

View file

@ -262,6 +262,9 @@ Will only occur if prelude-whitespace is also enabled."
(put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil)
;; enable erase-buffer command
(put 'erase-buffer 'disabled nil)
(require 'expand-region)
;; bookmarks