From 2bb33dfc55c4607c5a8b189b9c1000bb67b7423b Mon Sep 17 00:00:00 2001 From: Vladislav Slobodenyuk Date: Mon, 2 Dec 2024 22:04:40 +0900 Subject: [PATCH] Enable narrow-to-region --- .config.d/05-basic.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config.d/05-basic.el b/.config.d/05-basic.el index 893182e..ee0c2d7 100644 --- a/.config.d/05-basic.el +++ b/.config.d/05-basic.el @@ -3,6 +3,10 @@ ;; Setup the font (set-face-attribute 'default nil :height 140 :font "Iosevka Nerd Font" :weight 'normal) +;; I use narrowing, I am a mature emacs user! I do not need the hand-holding +;; (usually). +(put 'narrow-to-region 'disabled nil) + ;; This package provides which-key, which is a minor mode for Emacs ;; that displays the key bindings following your currently entered ;; incomplete command (a prefix) in a popup.