spacemacs/layers/+lang/major-modes/README.org

51 lines
1.3 KiB
Org Mode
Raw Normal View History

2015-06-10 16:44:30 +00:00
#+TITLE: Extra Languages
#+TAGS: dsl|layer|programming
2019-05-05 17:26:40 +00:00
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
- [[#features][Features:]]
2017-06-19 08:51:36 +00:00
- [[#key-bindings][Key bindings]]
- [[#arch-linux-pkgbuilds][Arch Linux PKGBUILDs]]
- [[#gentoo-ebuilds][Gentoo ebuilds]]
2015-11-23 12:57:27 +00:00
* Description
2017-06-19 08:25:14 +00:00
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
2017-06-19 08:51:36 +00:00
* Key bindings
** Arch Linux PKGBUILDs
| Key binding | Description |
2017-06-19 08:51:36 +00:00
|-------------+----------------------------|
| ~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 |
2017-06-19 08:51:36 +00:00
| ~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 |