lumina-iced/.dir-locals.el
Chris Cochrun 0c51e7a724
Some checks are pending
/ test (push) Waiting to run
debugging several things:
Performance: text_svg still isn't that great neither is video
DnD: The cosmic DND solution still doesn't work consistently, so I
will likely code my own trick.
2025-08-19 14:18:06 -05:00

4 lines
257 B
EmacsLisp

;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((dape-command . (gdb :program "target/debug/lumina" :args ["-i" "test_presentation.lisp"] :compile "just b")))))