aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 411cdf4..87a768d 100644
--- a/init.el
+++ b/init.el
@@ -132,6 +132,9 @@
emacs-load-start-time))))
(message "[STARTUP] Loading %s ... done (%.3fs)" load-file-name elapsed)))
+;; enable erase-buffer command
+(put 'erase-buffer 'disabled nil)
+
(provide 'init)
;; Local Variables:
;; byte-compile-warnings: (not free-vars)