Skip to content

Commit

Permalink
Corrects use of straight.el (#22)
Browse files Browse the repository at this point in the history
* Bunch of unnecessary update I suppose

* BRING BACK STRAIGHT
  • Loading branch information
mishok13 authored Dec 30, 2024
1 parent 9f5c7c5 commit a75c8c2
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 211 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
emacs_version:
- 29.1
- 29.4
- release-snapshot
ignore_warnings:
- false
Expand Down
43 changes: 13 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,13 @@
*.elc
*.lock
.backups/
.emacs.desktop
.places
.undo/*
/*.sqlite
/eln-cache/
/forge-database.sqlite
/projects
/transient/
/undo/
auto-save-list/
backups/
el-get/
elpa/
elpy
ido.last
org-clock-save.el
places
projectile-bookmarks.eld
projectile.cache
recentf
request/
smex-items
straight/
swank/
tramp
url/*
url/cookies
*
!.gitignore

!early-init.el
!init.el

!straight/
!straight/versions/
!straight/versions/default.el

!.github
!LICENSE
!README.md
Loading

0 comments on commit a75c8c2

Please sign in to comment.