mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
I'm gonna mark ?- as whitespace in asm-mode, for now
Because of expressions like `R14-0x4`.
This commit is contained in:
parent
3da03eaf7d
commit
8ae403507c
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
(use-package asm-mode)
|
(use-package asm-mode)
|
||||||
|
|
||||||
|
(modify-syntax-entry ?- "- " asm-mode-syntax-table)
|
||||||
|
|
||||||
(add-hook 'asm-mode-hook
|
(add-hook 'asm-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(setq tab-width 8)))
|
(setq tab-width 8)))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue