Integrate previously external templates into this repository #12

Manually merged
tlater merged 8 commits from tlater/integrated-templates into master 2022-10-05 12:39:33 +01:00
Showing only changes of commit 9189add418 - Show all commits

View file

@ -1,4 +1,4 @@
((rust-mode . ((indent-tabs-mode . nil) ((rust-mode . ((indent-tabs-mode . nil)
(tab-width . 4) (tab-width . 4)
(fill-column . 80) (fill-column . 80)
(projectile-project-run-cmd . "cd server && cargo run -- --dev-mode --template-directory ~/Documents/Projects/tlaternet-templates/result")))) (projectile-project-run-cmd . "cd server && cargo run -- --dev-mode --template-directory ../templates/result"))))