Remove org-mode customizations
This commit is contained in:
8
init.el
8
init.el
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user