Skip to content

Commit

Permalink
Merge pull request #137 from thefrontside/cl/dart-mode
Browse files Browse the repository at this point in the history
Enable dart mode.
  • Loading branch information
cowboyd authored May 29, 2019
2 parents 668c61f + 0d92481 commit 9c34f4c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elpa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions frontmacs-dart.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(require 'dart-mode)
(require 'lsp-mode)

;; use lsp-mode for dart
(add-hook 'dart-mode-hook #'lsp)

(provide 'frontmacs-dart)
3 changes: 2 additions & 1 deletion frontmacs-pkg.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; -*- eval: (flycheck-mode -1) -*-
(define-package "frontmacs" "0.2.22" "Frontside config package for emacs"
(define-package "frontmacs" "0.2.23" "Frontside config package for emacs"
'((f "0.19.0")
(magit "2.8.0")
(git-link "0.4.5")
Expand Down Expand Up @@ -48,6 +48,7 @@
(drag-stuff "0.3.0")
(lsp-mode "20190517.435")
(company-lsp "20190505.615")
(dart-mode "1.0.4")
(use-package "2.3")))

:keywords '("emacs" "awesome" "starterkit")
Expand Down
1 change: 1 addition & 0 deletions frontmacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
(require 'frontmacs-ruby)
(require 'frontmacs-yaml)
(require 'frontmacs-markdown)
(require 'frontmacs-dart)
(require 'frontmacs-language-server)

(provide 'frontmacs)
Expand Down

0 comments on commit 9c34f4c

Please sign in to comment.