mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Prettier org mode
This commit is contained in:
parent
5136c9bb80
commit
18de42ecde
11
init.org
11
init.org
@ -965,6 +965,7 @@
|
||||
(setq org-adapt-indentation t
|
||||
org-hide-leading-stars t
|
||||
org-hide-emphasis-markers t
|
||||
org-pretty-entities t
|
||||
org-src-fontify-natively t
|
||||
org-edit-src-content-indentation 0))
|
||||
|
||||
@ -1076,16 +1077,16 @@
|
||||
|
||||
#+end_src
|
||||
|
||||
** Bullets
|
||||
** Org Modern
|
||||
|
||||
Touch up the headings a bit, with some fancy UTF-8 characters.
|
||||
Touch up the appearance of org mode files with some fancy UTF-8 characters.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
;; Show bullets in org-mode as UTF-8 characters
|
||||
(use-package org-bullets
|
||||
;; Modern looks for Org
|
||||
(use-package org-modern
|
||||
:after org
|
||||
:hook (org-mode . (lambda () (org-bullets-mode 1))))
|
||||
:hook (org-mode . org-modern-mode))
|
||||
|
||||
#+end_src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user