-
-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Description
Trying this out over emacsforosx, installation successful but several issues (really appreciate this effort)
installed with
brew install emacs-plus@30 --with-dbus --with-imagemagick --with-native-comp --with-poll
on macOS 14.1.2 (23B92)
- arguments are ignored. I see that emacs is really a shell wrapper for
#!/bin/bash
exec /usr/local/Cellar/emacs-plus@30/30.0.50/Emacs.app/Contents/MacOS/Emacs "$@"
but whenever I try opening file with emacs foo.go, it ignores the file. Why using bash anyway when default shell in macOS now is zsh, not sure if that's relevant.
2. solarized-dark not working anymore, or wacky different colors. I have load-theme in my ~/.emacs.d/init.el via
(when window-system
(add-hook 'after-init-hook
(lambda ()
(global-hl-line-mode 1)
(solaire-mode)
(load-theme 'solarized-dark-high-contrast t))))
but now the colors look wacky off ((list-display..) gives back 550ish colors). I have this come up in messages too I think because of solarized-dark face-spec-set-2: Invalid face box: :line-width, 2, :color, "#002732", :style, unspecified not sure why
- Seems like my init is partially ignored? Might be related to 2 insofar as the full script init.el isn't evaled but I have code that injects into scratch buffer a text and now it doesn't happen.
- Not showing up in spotlight search, aka CMD+Space. Yes I did the symlink to /Applications and to /Volumes/System.../Applications but still doesn't come up.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels