mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-04 18:09:55 +03:00
Load file gdscript-rx.el in Emacs 26 and before
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user