diff --git a/config_new.org b/config_new.org index b48f483..b329034 100644 --- a/config_new.org +++ b/config_new.org @@ -391,6 +391,16 @@ Look into customizing the 'ispell' group. (delete-selection-mode t) #+END_SRC +** Enable disabled commands + +Some commands are disabled to protect the user. +Narrow-region/page is a really handy feature, enable it: + +#+BEGIN_SRC emacs-lisp +(put 'narrow-to-page 'disabled nil) +(put 'narrow-to-region 'disabled nil) +#+END_SRC + * Dired #+begin_src emacs-lisp