diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-08 10:27:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-08 10:27:55 -0500 |
commit | f4e49241b5cb55b5d463fc4d269a58c82b1ad18f (patch) | |
tree | e6b4ed87e648830d08e88bf6611cd4ce51a87790 | |
parent | 5f11b92b726a0b39142422538842b005a399ce1d (diff) | |
download | emacs-personal-f4e49241b5cb55b5d463fc4d269a58c82b1ad18f.tar.lz emacs-personal-f4e49241b5cb55b5d463fc4d269a58c82b1ad18f.tar.xz emacs-personal-f4e49241b5cb55b5d463fc4d269a58c82b1ad18f.zip |
enable erase-buffer command
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |