emacs: Enable plantuml for org-mode
This commit is contained in:
parent
47ab28723f
commit
07bf4f387a
2 changed files with 3 additions and 1 deletions
|
@ -56,6 +56,8 @@
|
|||
|
||||
(setq org-noter-notes-search-path '("~/org/notes/"))
|
||||
|
||||
(require 'ob-plantuml)
|
||||
|
||||
(add-hook 'pdf-tools-enabled-hook 'pdf-view-midnight-minor-mode)
|
||||
|
||||
;; Custom key bindings to move between windows/splits
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
;;ocaml ; an objective camel
|
||||
(org +dragndrop +noter +pandoc +present +pretty +journal) ; organize your plain life in plain text
|
||||
;;php ; perl's insecure younger brother
|
||||
;;plantuml ; diagrams for confusing people more
|
||||
plantuml ; diagrams for confusing people more
|
||||
;;purescript ; javascript, but functional
|
||||
;;python ; beautiful is better than ugly
|
||||
;;qt ; the 'cutest' gui framework ever
|
||||
|
|
Loading…
Reference in a new issue