Add web mode package
This commit is contained in:
parent
e26757724b
commit
d09ee89c44
2 changed files with 6 additions and 1 deletions
2
emacs
2
emacs
|
|
@ -19,7 +19,7 @@
|
||||||
'(foreground-color "#cccccc")
|
'(foreground-color "#cccccc")
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(helm-themes less-css-mode jade-mode zenburn-theme monokai-theme smart-mode-line-powerline-theme smart-mode-line mode-icons airline-themes atom-one-dark-theme neotree ant rainbow-delimiters rust-mode scala-mode haskell-mode yasnippet yaml-mode ujelly-theme rvm ruby-end rinari noctilux-theme markdown-mode jira indent-guide helm-projectile helm-ag haml-mode flycheck flatui-theme exec-path-from-shell evil-terminal-cursor-changer evil-nerd-commenter evil-magit evil-leader dumb-jump dockerfile-mode diff-hl base16-theme avk-emacs-themes alchemist aggressive-indent ag)))
|
(web-mode helm-themes less-css-mode jade-mode zenburn-theme monokai-theme smart-mode-line-powerline-theme smart-mode-line mode-icons airline-themes atom-one-dark-theme neotree ant rainbow-delimiters rust-mode scala-mode haskell-mode yasnippet yaml-mode ujelly-theme rvm ruby-end rinari noctilux-theme markdown-mode jira indent-guide helm-projectile helm-ag haml-mode flycheck flatui-theme exec-path-from-shell evil-terminal-cursor-changer evil-nerd-commenter evil-magit evil-leader dumb-jump dockerfile-mode diff-hl base16-theme avk-emacs-themes alchemist aggressive-indent ag)))
|
||||||
'(safe-local-variable-values (quote ((encoding . utf-8)))))
|
'(safe-local-variable-values (quote ((encoding . utf-8)))))
|
||||||
'(custom-safe-themes
|
'(custom-safe-themes
|
||||||
(quote
|
(quote
|
||||||
|
|
|
||||||
|
|
@ -142,6 +142,11 @@
|
||||||
(package-refresh-contents)
|
(package-refresh-contents)
|
||||||
(package-install 'less-css-mode))
|
(package-install 'less-css-mode))
|
||||||
|
|
||||||
|
; Web mode for editing erb
|
||||||
|
(unless (package-installed-p 'web-mode)
|
||||||
|
(package-refresh-contents)
|
||||||
|
(package-install 'web-mode))
|
||||||
|
|
||||||
; Git
|
; Git
|
||||||
(unless (package-installed-p 'magit)
|
(unless (package-installed-p 'magit)
|
||||||
(package-refresh-contents)
|
(package-refresh-contents)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue