mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2025-12-31 21:48:34 +03:00
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:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user