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

This commit is contained in:
Nathan Lovato
2020-02-14 08:36:01 -06:00
parent a9902964a9
commit 8026003323

View File

@@ -42,6 +42,7 @@
;; 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)))