remove duplicated code

This commit is contained in:
Enze Chi 2019-08-01 18:45:42 +10:00 committed by duianto
parent b110ac09f9
commit 56ae091b62
2 changed files with 3 additions and 4 deletions

View File

@ -2667,8 +2667,8 @@ Other:
- Lots of improvement with CI and documentation exporting
(thanks to Eugene Yaremenko)
- New LAYERS.org format (thanks to Eugene Yaremenko && Anton Latukha)
- Various code and style improvements (thanks to bmag, duianto, Eivind Fonn,
Eugene Yaremenko, Fabien Dubosson, Kalle Lindqvist, Boris Buliga, timor,
- Various code and style improvements (thanks to bmag, duianto, Enze Chi, Eivind
Fonn, Eugene Yaremenko, Fabien Dubosson, Kalle Lindqvist, Boris Buliga, timor,
yuhan0, thanhvg, Sylvain Benner)
- Multiple unit test improvements (thanks to Sylvain Benner, et2010 and
Codruț Constantin Gușoi)

View File

@ -127,8 +127,7 @@
(with-eval-after-load 'org-indent
(spacemacs|hide-lighter org-indent-mode))
(let ((dir (configuration-layer/get-layer-local-dir 'org)))
(setq org-export-async-init-file (concat dir "org-async-init.el")))
(defmacro spacemacs|org-emphasize (fname char)
"Make function for setting the emphasis in org mode"
`(defun ,fname () (interactive)