diff options
author | Raúl Benencia <id@rbenencia.name> | 2023-07-10 06:55:34 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2023-07-10 06:55:34 -0700 |
commit | 447ca1e30dc3853c4b30630023e4fbd4e12062b2 (patch) | |
tree | 2a98f358add41562fa97d29374319e7189c7ea06 /.emacs.local.d/lisp/packages/rul-dart.el | |
parent | 94477bb098803510e8c82319b900cbc93cee9b7d (diff) |
emacs: dart mode
Diffstat (limited to '.emacs.local.d/lisp/packages/rul-dart.el')
-rw-r--r-- | .emacs.local.d/lisp/packages/rul-dart.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.local.d/lisp/packages/rul-dart.el b/.emacs.local.d/lisp/packages/rul-dart.el index 3c14bc9..36bfd47 100644 --- a/.emacs.local.d/lisp/packages/rul-dart.el +++ b/.emacs.local.d/lisp/packages/rul-dart.el @@ -3,3 +3,5 @@ (setq gc-cons-threshold (* 100 1024 1024) read-process-output-max (* 1024 1024)) + +(provide 'rul-dart) |