Browse Source

Add def-task for Emacs config

zig-compilation
Macoy Madson 2 years ago
parent
commit
c3f9bff471
  1. 2
      tools/gamelib.el

2
tools/gamelib.el

@ -13,6 +13,8 @@
(put 'scope-timed 'lisp-indent-function 1)
(put 'def-task 'lisp-indent-function 'defun)
(put 'introspect-field-dispatch 'lisp-indent-function 2)
(put 'introspect-override-register-handler 'lisp-indent-function 3)
(put 'def-introspect-struct 'lisp-indent-function 1))

Loading…
Cancel
Save