mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Fix with org-modern and org-adapt-indentation
This commit is contained in:
parent
892590655c
commit
7995c16909
6
init.org
6
init.org
@ -1111,13 +1111,17 @@
|
|||||||
** Org Modern
|
** Org Modern
|
||||||
|
|
||||||
Touch up the appearance of org mode files with some fancy UTF-8 characters.
|
Touch up the appearance of org mode files with some fancy UTF-8 characters.
|
||||||
|
I disable ~org-modern-block-fringe~ due to [[https://github.com/minad/org-modern/issues/144][org-modern conflicting with]]
|
||||||
|
~org-adapt-indentation~.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
;; Modern looks for Org
|
;; Modern looks for Org
|
||||||
(use-package org-modern
|
(use-package org-modern
|
||||||
:after org
|
:after org
|
||||||
:hook (org-mode . org-modern-mode))
|
:hook (org-mode . org-modern-mode)
|
||||||
|
:config
|
||||||
|
(setq org-modern-block-fringe nil))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user