From 421dfbdb9c695866d473d4b3b3114e58a0c886aa Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 30 Sep 2020 18:16:28 +0200 Subject: [PATCH] Emacs: Remove GDScript mode, LSP mode exists. --- init.d/programming/misc.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/init.d/programming/misc.el b/init.d/programming/misc.el index 405228b..f67e8bf 100644 --- a/init.d/programming/misc.el +++ b/init.d/programming/misc.el @@ -1,6 +1,6 @@ ;;; misc.el --- Miscellaneous programming languages. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-09-30T00:33:51+0200> +;; Time-stamp: <2020-09-30T18:16:18+0200> ;;; Commentary: ;; Programming languages and build systems that don't warrant a dedicated file. @@ -28,8 +28,5 @@ (use-package meson-mode) -;; GDScript from the Godot Engine. -(use-package gdscript-mode) - (provide 'programming/misc) ;;; misc.el ends here