X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=7eff6df12f344bdc834dc7fc73134d9a5a264549;hb=2b2dd44e85f9e47095237ba0efc8997a580eea4c;hp=06c90d8f20adca04def0312144cb1f22af21dbb3;hpb=950b0fbecf471cfa3a0d085222c3ba81404f5269;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 06c90d8..7eff6df 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -792,10 +792,8 @@ Always indents header, and hide header leading starts so that no need type =#+ST (error nil))) ;; ditaa artist mode - (add-hook 'artist-mode-hook (lambda () - (interactive) - (define-key artist-mode-map [down-mouse-3] 'artist-mouse-choose-operation))) - + (with-eval-after-load "artist" + (define-key artist-mode-map [down-mouse-3] 'artist-mouse-choose-operation)) #+END_SRC *** plantUML [[http://eschulte.github.io/babel-dev/DONE-integrate-plantuml-support.html][DONE-integrate-plantuml-support]]