Commit Graph

17 Commits

Author SHA1 Message Date
TEC
3d993286c0 Licences: Add tabstops with defaults to gpl3 2020-10-22 02:09:22 +08:00
b8e85a42c7 Remove .yas-setup.el for java-mode 2020-05-07 08:28:12 +09:00
53eb32ea16 Fix Java file templates 2020-05-06 18:24:10 +09:00
e1a9bf234f Minor refactors 2020-04-26 02:33:37 -04:00
ce2fee138a Add set -euo pipefail to sh-mode file template
Adds a line with set -euo pipefail to the sh-mode file template, which improves the erroring of bash scripts
As described by https://ashishb.net/all/the-first-two-statements-of-your-bash-script-should-be/
2020-04-15 14:39:47 -04:00
ad89f79926 Better title heuristic for org template
Uses a stripped version of s-titleized-words, to not add s.el as a dependency.
2020-02-28 20:45:00 +02:00
9d56af728f Fix typo in doom module readme template 2020-02-25 20:07:52 -05:00
d0b50da2c4 Add elisp package file-template 2020-01-20 19:31:36 -05:00
8ac4320e0b Update readme file template 2020-01-09 16:41:12 -05:00
fe1642e854 Add special goto def/docs support in doom! blocks
- Pressing gd on a module in your doom! block will now browse that
  module's directory.
- Pressing K on a module will jump to that module's documentation, if any.
- Pressing K on a module flag will jump to that flag's description
  within that module's documenation.
- This is now explained in init.example.el

Closes #2249
2019-12-26 01:41:45 -05:00
a57610ccce add common paths to be ignored in most js projects 2019-12-08 14:20:14 +01:00
d8526e00a7 Use python-shell-interpreter for .py file tmeplate 2019-10-04 11:57:19 -04:00
0625bf87d6 Add a nxml-mode file template 2019-07-18 03:41:47 +02:00
c2fe951062 Add direnv-envrc-mode file template 2019-07-10 02:27:13 +02:00
5662b2c4b3 Add shell.nix file-template 2019-07-08 14:36:38 +02:00
c3d48e286b Add nix-mode file template 2019-06-27 21:35:53 +02:00
77e4cc4d58 💥 Remove :feature category
:feature was a "catch-all" category. Many of its modules fit better in
other categories, so they've been moved:

- feature/debugger -> tools/debugger
- feature/evil -> editor/evil
- feature/eval -> tools/eval
- feature/lookup -> tools/lookup
- feature/snippets -> editor/snippets
- feature/file-templates -> editor/file-templates
- feature/workspaces -> ui/workspaces

More potential changes in the future:

- A new :term category for terminal emulation modules (eshell, term and
  vterm).
- A new :os category for modules dedicated to os-specific functionality.
  The :tools macos module would fit here, but so would modules for nixos
  and arch.
- A new :services category for web-service integration, like wakatime,
  twitter, elfeed, gist and pastebin services.
2019-04-24 18:16:04 -04:00