diff options
| author | matthew <matt.kosarek@canonical.com> | 2025-12-08 20:08:39 -0500 |
|---|---|---|
| committer | matthew <matt.kosarek@canonical.com> | 2025-12-08 20:08:39 -0500 |
| commit | e0a7f6894720407f7824593d347367402d8d29e9 (patch) | |
| tree | e0819787aa45727d8042ea6375920df79b93929d | |
| parent | e138a34830acd13ebc681c3b0ad8503ae7d239d0 (diff) | |
Remove plantuml mode
| -rw-r--r-- | lisp/general.el | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lisp/general.el b/lisp/general.el index eba7a0a..814f38b 100644 --- a/lisp/general.el +++ b/lisp/general.el @@ -313,18 +313,6 @@ :config (add-to-list 'auto-mode-alist '("\\.ledger\\'" . ledger-mode))) -(use-package plantuml-mode - :ensure t - :config - (add-to-list 'auto-mode-alist '("\\.puml\\'" . plantuml-mode)) - (setq plantuml-jar-path "~/.emacs.d/plantuml-1.2023.11.jar") - (setq plantuml-default-exec-mode 'jar) - (setq plantuml-indent-level 4)) - -(add-hook 'plantuml-mode-hook - (lambda () - (setq indent-line-function (lambda () 'noindent)))) - (use-package ultra-scroll :load-path "~/.emacs.d/lisp/ultra-scroll" ; if you git clone'd instead of package-vc-install :init |
