Enable narrow-to-region
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user