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.