Install plantuml-mode package

This commit is contained in:
Gergely Polonkai
2016-10-17 16:24:31 +02:00
parent 44600a03fa
commit 110935f589
4 changed files with 397 additions and 0 deletions

View File

@@ -105,6 +105,7 @@
org-bullets
org-projectile
origami
plantuml-mode
projectile
sass-mode
smart-mode-line
@@ -507,6 +508,8 @@
ediff-split-window-function 'split-window-vertically
ediff-window-setup-function 'ediff-setup-windows-plain))
(use-package plantuml-mode)
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")