From 6f306b4ea51ad6c701a2696f9c0e1e3c03cb7ee8 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Sun, 22 Sep 2024 11:26:12 +0200 Subject: [PATCH] Add "Enable disabled commands" section Enable narrow functions cause they're really handy. --- config_new.org | 10 ++++++++++ 1 file changed, 10 insertions(+) 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