we
This commit is contained in:
parent
501573e1d4
commit
362ba19ae0
1 changed files with 15 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue