major-modes: add android logcat

This commit is contained in:
jiejingzhang 2017-06-19 10:49:26 +02:00 committed by Eivind Fonn
parent 2882317709
commit 3254849eb1
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,7 @@ This layer adds a number of packages for less common languages and major modes.
These include:
- Arduino
- Android Logcat (not associated with any file types by default)
- Julia
- MATLAB
- QML

View file

@ -2,6 +2,7 @@
'(
arduino-mode
julia-mode
(logcat :location (recipe :fetcher github :repo "dcolascione/logcat-mode"))
matlab-mode
qml-mode
scad-mode
@ -12,6 +13,10 @@
(defun major-modes/init-arduino-mode ())
(defun major-modes/init-logcat ()
(use-package logcat
:commands (logcat logcat-mode)))
(defun major-modes/init-julia-mode ())
(defun major-modes/init-matlab-mode ()