Revert "Load file gdscript-rx.el in Emacs 26 and before"

This reverts commit 8026003323.
I'm having an error that the file gdscript-rx can't be found in Spacemacs, but
I'm not sure why.
This commit is contained in:
Nathan Lovato
2020-02-14 10:18:37 -06:00
parent 8026003323
commit b5eb183d44

View File

@@ -42,7 +42,6 @@
;; HACK To make this work in emacs-26 and below
;; This is the definition ripped straight from emacs-27
(if (version< emacs-version "27")
(load-file "gdscript-rx.el")
(require 'gdscript-rx))
(defvar gdscript-mode-map (let ((map (make-sparse-keymap)))