Remove org-mode customizations

This commit is contained in:
2025-08-12 14:57:44 +02:00
parent c1250cf91f
commit 7fd77e0c48

View File

@@ -325,11 +325,6 @@
(when (executable-find "pandoc") (when (executable-find "pandoc")
(setq markdown-command "pandoc -f markdown -t html"))) (setq markdown-command "pandoc -f markdown -t html")))
;; Org mode
;;(use-package org-modern
;; :straight t
;; :hook (org-mode . org-modern-mode))
(setq (setq
;; Edit settings ;; Edit settings
org-auto-align-tags nil org-auto-align-tags nil
@@ -339,9 +334,6 @@
org-insert-heading-respect-content t org-insert-heading-respect-content t
) )
;; Always collapse org files
(setq org-startup-folded t)
;; Programming configuration ;; Programming configuration
(add-hook 'prog-mode-hook 'display-line-numbers-mode) (add-hook 'prog-mode-hook 'display-line-numbers-mode)