diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index 7813de2..7f836b9 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -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 diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index 6c9b958..734b340 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -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