initial commit
This commit is contained in:
7
lisp/init-org.el
Normal file
7
lisp/init-org.el
Normal file
@@ -0,0 +1,7 @@
|
||||
(setq org-adapt-indentation t)
|
||||
(setq org-startup-indented t)
|
||||
|
||||
(add-hook 'org-mode-hook #'my/text-indentation-setup)
|
||||
(add-hook 'org-mode-hook #'org-indent-mode)
|
||||
|
||||
(provide 'init-org)
|
||||
Reference in New Issue
Block a user