Explorar el Código

Fix a recursion limit error for org-bullets

master
Mitch Tishmack hace 10 años
padre
commit
f8192fb311
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      emacs.org

+ 1
- 1
emacs.org Ver fichero

@@ -606,13 +606,13 @@ Org-mode keybindings and settings, pretty sparse really.
("C-c c" . org-capture)
("C-c l" . org-store-link)
("C-c p" . org-latex-export-to-pdf))
:init (use-package org-bullets)
:config
(progn
(custom-set-variables
'(org-log-done t)
'(org-hide-leading-stars t)
)
(use-package org-bullets :ensure t)
(org-reload)
)
)


Cargando…
Cancelar
Guardar