diff options
Diffstat (limited to 'init-el.org')
-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 |