Emacs: Remove GDScript mode, LSP mode exists.
This commit is contained in:
parent
21e954c5a5
commit
421dfbdb9c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user