emacs - artist mode enable mouse
[dotfiles.git] / emacs.d / config.org
index b91cb71..7315e37 100644 (file)
@@ -791,7 +791,8 @@ Always indents header, and hide header leading starts so that no need type =#+ST
         (org-display-inline-images)
       (error nil)))
 
-
+  ;; ditaa artist mode
+  (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]]