Enable narrow-to-region

This commit is contained in:
2024-12-02 22:04:40 +09:00
parent a2f15991b6
commit 2bb33dfc55

View File

@@ -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.