radian-software / radian

🍉 Dotfiles that marry elegance and practicality.
MIT License
491 stars 47 forks source link

Updated code to reflect recent auctex changes #502

Closed haji-ali closed 2 years ago

haji-ali commented 2 years ago

Auctex no longer has tex-buf.el (replaced by tex.el)

raxod502 commented 2 years ago

In the version of AUCTeX I'm using, it looks like tex-buf.el is still around - do we need to update the auctex revision in the lockfile?

haji-ali commented 2 years ago

Ah indeed. I will correct this when I have time.

PS: I am somewhat surprised that calling straight-pull-all pulls all packages by default, even those in the lockfile. In retrospect, I shouldn't have been surprised, but am I right in saying there's no easy way to pull unpinned repos only?

raxod502 commented 2 years ago

Under straight.el there is no notion of a package that isn't in the lockfile. All packages are in the lockfile.

You may be searching for a way to mark certain repositories as frozen at a specific commit. This isn't yet supported by straight.el, but it's been a requested feature for some time: https://github.com/raxod502/straight.el/issues/246