spacemacs/layers/+lang/major-modes
syl20bnr ebe4c60264 Revert "Defer packages by default using use-package-always-defer"
This reverts commit 29c78ce841 and all other fixes
that have been made afterwards.

The motivation is that use-package is seen by many as a replacement for
`require`. Is use-package always defer the loading of packages then is breaks
this use case, this does not respect POLA so even if it was making Spacemacs
loading faster (up to 3s faster on some startup on my machine) we just cannot
use it, it would be irresponsible. Spacemacs should be easy to use, loading
performance will come with time but it is not a priority.
2018-03-03 23:40:10 -05:00
..
packages.el Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
README.org Fix documentation for java, major-modes and purescript layer 2017-12-03 17:55:27 +02:00

Extra Languages

Description

This layer adds a number of packages for less common languages and major modes.

Features:

  • Support for:

    • Arch Linux PKGBUILDs
    • Arduino
    • Android Logcat (not associated with any file types by default)
    • Gentoo ebuilds
    • Hoon
    • Julia
    • Kivy
    • MATLAB
    • QML
    • OpenScad
    • Stan
    • Thrift
    • Vala
    • Wolfram Language / Mathematica

Key bindings

Arch Linux PKGBUILDs

Key Binding Description
SPC m b Run makepkg
SPC m r Increase the pkgrel number
SPC m u Browse URL
SPC m m Update package sums
SPC m e Build ETAGS file
SPC m a Make a source tarball

Gentoo ebuilds

Key Binding Description
SPC m n Insert skeleton ebuild
SPC m k Edit keywords
SPC m e Run ebuild command
SPC m a Add ChangeLog entry