Establish plantuml
This commit is contained in:
parent
2cb6ea8461
commit
19bdece0f0
3 changed files with 4 additions and 2 deletions
|
@ -10,6 +10,8 @@
|
|||
sbcl-core (expand-file-name "C:\\Program Files\\Steel Bank Common Lisp\\2.0.0\\sbcl.core")
|
||||
inferior-lisp-program "sbcl"
|
||||
slime-lisp-implementations `((sbcl (,sbcl-exe "--core" ,sbcl-core))))
|
||||
(setq plantuml-jar-path "c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||
(setq plantuml-default-exec-mode 'jar)
|
||||
(when (string= (system-name) "EVG02667NB")
|
||||
(add-to-list 'Info-default-directory-list "~/Info")
|
||||
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG02667NB.el"))
|
||||
|
|
|
@ -119,7 +119,7 @@ There are two things you can do about this warning:
|
|||
("dot" . fundamental)
|
||||
("screen" . shell-script)
|
||||
("shell" . sh)
|
||||
("plantuml" . fundamental)))
|
||||
("plantuml" . plantuml)))
|
||||
org-use-property-inheritance nil
|
||||
org-export-with-sub-superscripts nil
|
||||
org-capture-templates (quote
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
'(org-refile-targets (quote ((nil :maxlevel . 3))))
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(ox-reveal counsel all-the-icons-dired all-the-icons-gnus all-the-icons-ibuffer all-the-icons-ivy all-the-icons-ivy-rich helpful nov gnu-elpa-keyring-update slime-company elpy eglot color-theme-sanityinc-tomorrow ein projectile markdown-preview-mode request rust-mode sphinx-frontend sphinx-mode racket-mode geiser slime web-mode js2-mode markdown-mode yaml-mode olivetti use-package nord-theme nordless-theme org toc-org ace-window htmlize ivy magit)))
|
||||
(plantuml-mode ox-reveal counsel all-the-icons-dired all-the-icons-gnus all-the-icons-ibuffer all-the-icons-ivy all-the-icons-ivy-rich helpful nov gnu-elpa-keyring-update slime-company elpy eglot color-theme-sanityinc-tomorrow ein projectile markdown-preview-mode request rust-mode sphinx-frontend sphinx-mode racket-mode geiser slime web-mode js2-mode markdown-mode yaml-mode olivetti use-package nord-theme nordless-theme org toc-org ace-window htmlize ivy magit)))
|
||||
'(projectile-completion-system (quote ivy))
|
||||
'(python-indent-guess-indent-offset nil)
|
||||
'(python-shell-interpreter "python")
|
||||
|
|
Loading…
Add table
Reference in a new issue