This website requires JavaScript.
Explore
Help
Sign in
emenel
/
doomemacs
Watch
1
Star
0
Fork
You've already forked doomemacs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
c399c07694
doomemacs
/
modules
/
editor
/
file-templates
/
packages.el
6 lines
92 B
EmacsLisp
Raw
Normal View
History
Unescape
Escape
Add feature/file-templates
2017-02-11 07:00:31 -05:00
;; -*- no-byte-compile: t; -*-
:boom: 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-21 19:59:44 -04:00
;;; editor/file-templates/packages.el
Add feature/file-templates
2017-02-11 07:00:31 -05:00
Refactor feature/file-templates This removes its dependency on the feature/snippets.
2018-06-03 23:43:27 +02:00
(
package!
yasnippet
)
Add feature/file-templates
2017-02-11 07:00:31 -05:00
Reference in a new issue
Copy permalink