Add a missing prefix for plantuml-mode

This commit is contained in:
Seong Yong-ju 2019-05-20 03:57:06 +09:00 committed by duianto
parent 59504029b1
commit ff4a08d3fa
2 changed files with 4 additions and 0 deletions

View File

@ -2000,6 +2000,8 @@ Other:
**** PHP
- Added company-php (thanks to jim and Eivind Fonn)
- Fixed php-company autocompletion (thanks to Dela Anthonio)
**** PlantUML
- Added a missing prefix: =compile=
**** Platinum
- Added the =.plum= extension to the platinum modes (thanks to Sylvain Benner)
- Remove automatic indentation on paste (thanks to Sylvain Benner)

View File

@ -35,6 +35,8 @@
;; really work, let's disable auto-indentation on paste for
;; this mode
(add-to-list 'spacemacs-indent-sensitive-modes 'plantuml-mode))
(spacemacs/declare-prefix-for-mode 'plantuml-mode
"mc" "compile")
(spacemacs/set-leader-keys-for-major-mode 'plantuml-mode
"cc" 'plantuml-preview
"co" 'plantuml-set-output-type))))