aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-lang.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-lang.el')
-rw-r--r--.emacs.d/lisp/init-lang.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/.emacs.d/lisp/init-lang.el b/.emacs.d/lisp/init-lang.el
index 2d818a4..b96fd92 100644
--- a/.emacs.d/lisp/init-lang.el
+++ b/.emacs.d/lisp/init-lang.el
@@ -3,15 +3,6 @@
(with-eval-after-load 'ledger-mode
(setq ledger-default-date-format ledger-iso-date-format))
-(when (gx/maybe-require-package 'go-mode)
- (add-to-list 'auto-mode-alist '("\\.go\\'" . go-mode))
- (add-hook 'go-mode-hook (lambda () (setq tab-width 4))))
-
-(gx/maybe-require-package 'go-dlv)
-
-(when (gx/maybe-require-package 'eglot)
- (add-hook 'go-mode-hook 'eglot-ensure))
-
(gx/maybe-require-package 'realgud)
(setq plantuml-jar-path "~/.local/bin/plantuml.jar"
@@ -25,6 +16,4 @@
(with-eval-after-load 'org
(add-to-list 'org-src-lang-modes '("plantuml" . plantuml))))
-(gx/diminish 'eldoc-mode)
-
(provide 'init-lang)