From 7fd77e0c489722fc92282e2cb14a213ae4b7175a Mon Sep 17 00:00:00 2001 From: luxick Date: Tue, 12 Aug 2025 14:57:44 +0200 Subject: [PATCH] Remove org-mode customizations --- init.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/init.el b/init.el index 0d2fbc1..6a2e8ba 100644 --- a/init.el +++ b/init.el @@ -325,11 +325,6 @@ (when (executable-find "pandoc") (setq markdown-command "pandoc -f markdown -t html"))) -;; Org mode -;;(use-package org-modern -;; :straight t -;; :hook (org-mode . org-modern-mode)) - (setq ;; Edit settings org-auto-align-tags nil @@ -339,9 +334,6 @@ org-insert-heading-respect-content t ) -;; Always collapse org files -(setq org-startup-folded t) - ;; Programming configuration (add-hook 'prog-mode-hook 'display-line-numbers-mode)