Crandel / tempel-collection

Collection tempel templates
GNU General Public License v3.0
76 stars 27 forks source link

#19 leads to broken installation for ts modes #20

Closed benjaminor closed 1 year ago

benjaminor commented 1 year ago

Hi, apparently symlinking files in your git repository does not work for an installation of the package via package.el and melpa:

Warning (tar): Extracted ‘~/.config/emacs/elpa/tempel-collection-20230227.1536/templates/go-ts.eld’, a link, as a normal file Disable showing Disable logging
Warning (tar): Extracted ‘~/.config/emacs/elpa/tempel-collection-20230227.1536/templates/rust-ts.eld’, a link, as a normal file Disable showing Disable logging
Warning (tar): Extracted ‘~/.config/emacs/elpa/tempel-collection-20230227.1536/templates/sh-ts.eld’, a link, as a normal file Disable showing Disable logging

The ts files are just empty and do not link to their non-ts counterparts.

Crandel commented 1 year ago

@minad Looks like we need to introduce alias support in configuration. WDYT?

minad commented 1 year ago

@Crandel Sure, go ahead :)

Crandel commented 1 year ago

I'm afraid I will not be able to do this alone. I have very basic lisp knowledge. It's enough to configure Emacs, but not enough to develop something complex, like this

benjaminor commented 1 year ago

@Crandel I can open a PR to implement this

Crandel commented 1 year ago

@benjaminor You are welcome. I hope @minad can review it

minad commented 1 year ago

@Crandel No. That's your job. ;)

If special questions come up feel free to ask.