spacemacs/layers/+lang/major-modes
Dan Kessler 3a52081c23
[major-modes] add evil-matchit support for matlab (#15000)
* [major-modes] add evil-matchit support for matlab

If `evil-matchit` is available, configure it for us in `matlab-mode`.

Note: This commit by itself doesn't actually do anything, because currently,
`evil-matchit` supports `octave-mode`, but not `matlab-mode`, although it's a
very simple matter of just turning on its `octave-mode` configuration for
`matlab-mode`. I'm submitting a PR against `evil-matchit` in order to support
`matlab-mode` out of the box.
2021-08-20 03:03:48 +00:00
..
packages.el [major-modes] add evil-matchit support for matlab (#15000) 2021-08-20 03:03:48 +00:00
README.org [major modes]: Add keybinding for pkgbuild-update-srcinfo 2020-05-08 22:16:37 +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
    • 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 s Update .SRCINFO file
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