Emacs: Remove GDScript mode, LSP mode exists.

This commit is contained in:
tastytea 2020-09-30 18:16:28 +02:00
parent 21e954c5a5
commit 421dfbdb9c
1 changed files with 1 additions and 4 deletions

View File

@ -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