This commit is contained in:
Sakooooo 2023-09-06 17:20:05 +00:00
parent 501573e1d4
commit 362ba19ae0
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -231,10 +231,22 @@
:after magit) :after magit)
(setq auth-sources '("~/.authinfo")) (setq auth-sources '("~/.authinfo"))
;; oh god
;; emacs is good at most things
;; except editing text ofc
(defun sakomacs/org-mode-setup ()
(org-indent-mode)
(variable-pitch-mode 1)
(auto-fill-mode 0)
(visual-line-mode 1)
(setq evil-autio-indent nil))
(use-package org (use-package org
:custom :hook (org-mode . sakomacs/org-mode-setup)
(setq org-adapt-indentation t)) :config
(setq org-ellipsis ">"
org-hide-emphasis-markers t))
;; video ;; video
;; Emacs from Scratch #5 Introduction to Org-mode ;; Emacs from Scratch #5 Introduction to Org-mode