enable erase-buffer command
This commit is contained in:
parent
5f11b92b72
commit
f4e49241b5
3
init.el
3
init.el
@ -132,6 +132,9 @@
|
|||||||
emacs-load-start-time))))
|
emacs-load-start-time))))
|
||||||
(message "[STARTUP] Loading %s ... done (%.3fs)" load-file-name elapsed)))
|
(message "[STARTUP] Loading %s ... done (%.3fs)" load-file-name elapsed)))
|
||||||
|
|
||||||
|
;; enable erase-buffer command
|
||||||
|
(put 'erase-buffer 'disabled nil)
|
||||||
|
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
;; byte-compile-warnings: (not free-vars)
|
;; byte-compile-warnings: (not free-vars)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user