feat(dart): remove Dart config

This commit is contained in:
2025-05-24 21:17:34 +02:00
parent 6e601839aa
commit 78029eefc8

View File

@@ -892,26 +892,6 @@ configuration for StumpWM]].
:straight (:build t)) :straight (:build t))
#+end_src #+end_src
*** Dart
#+begin_src emacs-lisp
(use-package dart-mode
:straight (:build t)
:defer t
:hook (dart-mode . lsp-deferred)
:mode "\\.dart\\'")
#+end_src
#+begin_src emacs-lisp
(use-package lsp-dart
:straight (:build t)
:defer t
:general
(phundrak/major-leader-key
:keymaps 'dart-mode-map
:packages '(lsp-mode lsp-dart)
"l" '(:keymap lsp-command-map :which-key "lsp")))
#+end_src
*** EmacsLisp *** EmacsLisp
This package displays the functions arglist or variables docstring This package displays the functions arglist or variables docstring
in the echo area at the bottom of the frame. Quite useful indeed. in the echo area at the bottom of the frame. Quite useful indeed.