added global narrowing function, disable narrow prefix in orgmode

This commit is contained in:
2023-06-15 18:38:18 +02:00
parent 976452038f
commit fcd9f3e2f2
2 changed files with 36 additions and 0 deletions

View File

@@ -164,6 +164,9 @@ down and unfold it, otherwise jump paragraph as usual."
; run presenter, org-present must be installed and loadedwhite
(local-set-key (kbd "C-p") 'org-present)
;; we need to remove the narrowing prefix, because we use 'narrow-or-widen-dwim globally
(define-key org-mode-map (kbd "C-x n") nil)
; todo colors
(setq org-todo-keyword-faces '(
("TODO" . (:foreground "deepskyblue" :weight bold))