mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
After updating org-mode I need to require org-tempo
This commit is contained in:
parent
2c2135838e
commit
f102b96554
1
init.org
1
init.org
@ -637,6 +637,7 @@
|
|||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(with-eval-after-load 'org
|
(with-eval-after-load 'org
|
||||||
|
(require 'org-tempo)
|
||||||
(setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,")
|
(setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,")
|
||||||
(custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)))
|
(custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user