diff options
author | Raúl Benencia <id@rbenencia.name> | 2023-06-18 17:47:38 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2023-06-18 17:47:38 -0700 |
commit | 638696354ee413d1d37c24cb0f83609a7c199656 (patch) | |
tree | 7fb6ad7b1c8c44abdf8a827ba76e8c2365c2420b /.emacs.local.d/lisp | |
parent | 963df8a6fb4db507f2cddcaf5c8c8ff1255578e6 (diff) |
emacs: dart-mode cfg
Diffstat (limited to '.emacs.local.d/lisp')
-rw-r--r-- | .emacs.local.d/lisp/packages/rul-dart.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.local.d/lisp/packages/rul-dart.el b/.emacs.local.d/lisp/packages/rul-dart.el new file mode 100644 index 0000000..3c14bc9 --- /dev/null +++ b/.emacs.local.d/lisp/packages/rul-dart.el @@ -0,0 +1,5 @@ +(setq dart-server-format-on-save t) +(add-hook 'dart-mode-hook 'lsp) + +(setq gc-cons-threshold (* 100 1024 1024) + read-process-output-max (* 1024 1024)) |