Skip to content

Commit

Permalink
remove duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
ezchi authored and duianto committed Aug 1, 2019
1 parent b110ac0 commit 56ae091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.develop
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions layers/+emacs/org/packages.el
Expand Up @@ -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)
Expand Down

0 comments on commit 56ae091

Please sign in to comment.