mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Add glob and some finer tuning of documentation
This commit is contained in:
parent
799e24a87b
commit
d51409ccd9
77 changed files with 1321 additions and 736 deletions
|
@ -337,4 +337,10 @@
|
|||
(add-hook 'asm-mode-hook 'cosmo-asm-supplemental-hook)
|
||||
(setq asm-font-lock-keywords cosmo-asm-font-lock-keywords))
|
||||
|
||||
;; Make -*-unix-assembly-*- mode line work correctly.
|
||||
;; TODO(jart): Would be nice to use GitHub's name instead of changing asm-mode.
|
||||
(defun unix-assembly-mode ()
|
||||
(interactive)
|
||||
(asm-mode))
|
||||
|
||||
(provide 'cosmo-asm-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue