Enable narrow-to-region

This commit is contained in:
2025-10-03 11:44:14 -07:00
parent 192a6f721e
commit 1800015afa

View File

@@ -685,6 +685,9 @@
:bind (("C-c j" . justl-exec-default-recipe)
("C-c J" . justl)))
;;;; Manually Enabled Commands
;; Enable narrow-to-region (C-x n n)
(put 'narrow-to-region 'disabled nil)
;;; Org-mode
(use-package org
:bind (("C-c o ," . my/org-clear-all)