Skip to content

Commit

Permalink
brew: fix tap name
Browse files Browse the repository at this point in the history
  • Loading branch information
tkareine committed Nov 15, 2024
1 parent 36392dc commit 0b00429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# * https://github.com/Homebrew/homebrew-bundle
# * `brew bundle --help`

tap "railwaycat/emacsmacport"
tap "d12frosted/emacs-plus"
tap "tkareine/chnode"

brew "awscli"
Expand All @@ -14,7 +14,7 @@ brew "bash"
brew "bash-completion@2"
brew "chruby"
brew "coreutils"
brew "d12frosted/emacs-plus/emacs-plus", args: ["with-modern-icon", "with-native-comp"] if OS.mac?
brew "d12frosted/emacs-plus/emacs-plus@29", args: ["with-modern-icon", "with-native-comp"] if OS.mac?
brew "ffmpeg"
brew "fzf"
brew "git"
Expand Down

0 comments on commit 0b00429

Please sign in to comment.