Enable the erase-buffer command

This commit is contained in:
Gergely Polonkai 2016-11-17 08:25:17 +01:00
parent a83ff1f572
commit 6ee76de7db
1 changed files with 1 additions and 0 deletions

View File

@ -985,6 +985,7 @@
;; Enable some functions
(put 'downcase-region 'disabled nil)
(put 'upcase-region 'disabled nil)
(put 'erase-buffer 'disabled nil)
;; text-mode settings
(add-hook 'text-mode-hook (lambda () (visual-line-mode t)))