Skip to content

Commit bd527a1

Browse files
committed
build: emacs-plus updates
1 parent 7a0970d commit bd527a1

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

emacs-plus/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Use a community icon (see community/registry.json for available options)
2+
icon: liquid-glass
3+
4+
# Use an external icon (requires SHA256 verification)
5+
# icon:
6+
# url: https://example.com/my-icon.icns
7+
# sha256: abc123...
8+
9+
# Pin to a specific git revision (version-specific)
10+
# revision:
11+
# "30": abc123def456
12+
# "31": 789abcdef123
13+
14+
# Apply community patches
15+
# patches:
16+
# - patch-name-from-registry

macos_Brewfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ brew "vips"
4848
brew "webp"
4949
brew "yt-dlp"
5050
brew "jakehilborn/jakehilborn/displayplacer"
51-
brew "d12frosted/emacs-plus/emacs-plus@30", args: ["with-elrumo2-icon", "with-imagemagick", "with-mailutils", "with-native-comp", "with-no-frame-refocus", "with-xwidgets", "with-poll", "with-dbus"]
51+
brew "d12frosted/emacs-plus/emacs-plus@30", args: ["with-imagemagick", "with-mailutils", "with-native-comp", "with-no-frame-refocus", "with-xwidgets", "with-poll", "with-dbus"]
5252
cask "adobe-acrobat-reader"
5353
cask "anki"
5454
cask "background-music"

script/setup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ if ! [[ $CODESPACES ]]; then
9393
fi
9494

9595
# Set up Emacs config
96+
ln -sfv "$DOTFILESDIR/emacs-plus" "$HOME/.config/emacs-plus"
9697
mkdir -p "$HOME/.emacs.d/straight"
9798
ln -sfv "$DOTFILESDIR/init.el" "$HOME/.emacs.d/init.el"
9899
ln -sfv "$DOTFILESDIR/straight/versions" "$HOME/.emacs.d/straight/versions"

0 commit comments

Comments
 (0)