From 91f32febebf6f3b73d559520ca1de9e86e70dd89 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Tue, 15 Aug 2023 11:18:19 +0700 Subject: [PATCH] Add pico8-mode --- .config/emacs/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/emacs/init.org b/.config/emacs/init.org index e7938d9..d162a9d 100644 --- a/.config/emacs/init.org +++ b/.config/emacs/init.org @@ -236,9 +236,9 @@ Finish up go-mode json-mode markdown-mode - gdscript-mode typescript-mode elm-mode + gdscript-mode ;; Tools dirvish restclient @@ -248,6 +248,7 @@ Finish up (setopt package-vc-selected-packages '((dotenv :url "https://github.com/pkulev/dotenv.el") (doom-themes :url "https://github.com/JosephFerano/doom-themes") + (pico8-mode :url "https://github.com/Kaali/pico8-mode") (app-launcher :url "https://github.com/SebastienWae/app-launcher"))) (package-initialize)