From 912aee240c25594846b7161bbcc99ded2180205b Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 11 Aug 2022 07:36:14 -0500 Subject: [change] haxe mode --- init-el.org | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/init-el.org b/init-el.org index f3a54bf..21305f2 100644 --- a/init-el.org +++ b/init-el.org @@ -1828,15 +1828,15 @@ from debian contrib "Haxe syntax highlighting mode. This is simply using js-mode for now.")) -(use-package battle-haxe - :hook (haxe-mode . battle-haxe-mode) - :bind (("M-," . #'pop-global-mark) ;To get back after visiting a definition - :map battle-haxe-mode-map - ("M-." . #'battle-haxe-goto-definition) - ("M-/" . #'battle-haxe-helm-find-references)) - :custom - (battle-haxe-yasnippet-completion-expansion t "Keep this if you want yasnippet to expand completions when it's available.") - (battle-haxe-immediate-completion nil "Toggle this if you want to immediately trigger completion when typing '.' and other relevant prefixes.")) +;; (use-package battle-haxe +;; :hook (haxe-mode . battle-haxe-mode) +;; :bind (("M-," . #'pop-global-mark) ;To get back after visiting a definition +;; :map battle-haxe-mode-map +;; ("M-." . #'battle-haxe-goto-definition) +;; ("M-/" . #'battle-haxe-helm-find-references)) +;; :custom +;; (battle-haxe-yasnippet-completion-expansion t "Keep this if you want yasnippet to expand completions when it's available.") +;; (battle-haxe-immediate-completion nil "Toggle this if you want to immediately trigger completion when typing '.' and other relevant prefixes.")) #+end_src -- cgit v1.2.3