diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-11 07:36:14 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-11 07:36:14 -0500 |
commit | 912aee240c25594846b7161bbcc99ded2180205b (patch) | |
tree | 636903b4a9002f601c0d84f6908a0cb306a09baf | |
parent | 11054ec85e25d57ba73469e0958b3517a9c13bd8 (diff) |
[change] haxe mode
-rw-r--r-- | init-el.org | 18 |
1 files 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 |