Add jump handlers for nasm-mode

This commit is contained in:
Benjamin Levy 2019-08-08 13:24:36 -04:00 committed by duianto
parent f2dbe9eff4
commit 600ca198aa
2 changed files with 2 additions and 0 deletions

View File

@ -1072,6 +1072,7 @@ Other:
**** Asm
- Improvements:
- Added support for =company= package declaration (thanks to Kalle Lindqvist)
- Added jump handlers for =nasm-mode= (thanks to Benjamin Levy)
**** Auto-completion
- New packages:
- Added =yasnippet-snippets= package (thanks to Jack Kamm)

View File

@ -12,3 +12,4 @@
;; variables
(spacemacs|define-jump-handlers asm-mode)
(spacemacs|define-jump-handlers nasm-mode)