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 **** Asm
- Improvements: - Improvements:
- Added support for =company= package declaration (thanks to Kalle Lindqvist) - Added support for =company= package declaration (thanks to Kalle Lindqvist)
- Added jump handlers for =nasm-mode= (thanks to Benjamin Levy)
**** Auto-completion **** Auto-completion
- New packages: - New packages:
- Added =yasnippet-snippets= package (thanks to Jack Kamm) - Added =yasnippet-snippets= package (thanks to Jack Kamm)

View file

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