Update emacs.org
This commit is contained in:
parent
883ab36d89
commit
cb2e79f9cd
1 changed files with 4 additions and 14 deletions
|
@ -533,6 +533,10 @@ Should make startup faster, taken from doom-emacs
|
||||||
;; Following
|
;; Following
|
||||||
(setq org-return-follows-link t)
|
(setq org-return-follows-link t)
|
||||||
|
|
||||||
|
;; hide stars except for leader star
|
||||||
|
(org-hide-leading-stars t)
|
||||||
|
(org-hide-emphasis-markers nil)
|
||||||
|
|
||||||
;; org mode src thing
|
;; org mode src thing
|
||||||
(require 'org-tempo)
|
(require 'org-tempo)
|
||||||
|
|
||||||
|
@ -628,20 +632,6 @@ Should make startup faster, taken from doom-emacs
|
||||||
#+end_src
|
#+end_src
|
||||||
** Org Mode Beautifers
|
** Org Mode Beautifers
|
||||||
We have to compete with notion somehow right?
|
We have to compete with notion somehow right?
|
||||||
*** Org-Superstar
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(use-package org-superstar
|
|
||||||
:after org
|
|
||||||
:hook (org-mode . org-superstar-mode)
|
|
||||||
:config
|
|
||||||
(setq org-superstar-headline-bullets-list '("◯" "◯" "◯" "◯" "◯"))
|
|
||||||
(setq org-superstar-remove-leading-stars t)
|
|
||||||
(setq org-superstar-item-bullet-alist
|
|
||||||
'((?+ . ?•)
|
|
||||||
(?* . ?➤)
|
|
||||||
(?- . ?–)))
|
|
||||||
)
|
|
||||||
#+end_src
|
|
||||||
*** Olivetti
|
*** Olivetti
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package olivetti
|
(use-package olivetti
|
||||||
|
|
Loading…
Reference in a new issue