Enable erase-buffer
This commit is contained in:
parent
5e93ddc62b
commit
2866052b6c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue