Settings
This commit is contained in:
parent
b07e01b8b7
commit
9252041c46
4 changed files with 82 additions and 73 deletions
|
|
@ -1035,8 +1035,15 @@
|
|||
;; ================================================================
|
||||
;; Pico-8
|
||||
;; ================================================================
|
||||
(defun my-pico8-hook ()
|
||||
"My hook for pico-8 mode."
|
||||
;; Pico-8 has a small indent.
|
||||
(setq lua-indent-level 2)
|
||||
(set-fill-column 32))
|
||||
|
||||
(use-package pico8-mode
|
||||
:mode (("\\.p8\\'" . pico8-mode)))
|
||||
:mode (("\\.p8\\'" . pico8-mode))
|
||||
:config (add-hook 'pico8-mode-hook 'my-pico8-hook))
|
||||
|
||||
;; ================================================================
|
||||
;; Ink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue