Fork me on GitHub
#emacs
<
2018-11-19
>
kommen21:11:07

for people who feel their Emacs is sluggish on macOS, maybe have a look at emacs-mac: https://twitter.com/kommen/status/1064635124904591361

🔥 4
hkjels08:11:54

I really don’t see much of a difference.. How can I check that metal is being used?

kommen08:11:19

you can check (frame-monitor-attributes)

kommen08:11:02

in my case it includes (metal-device-name . "AMD Radeon Pro 460")

hkjels08:11:31

OK, so it should be working then

jumar14:11:45

This looks really cool but the behavior is quite strange. Some shortcuts are different (e.g. Cmd-Shift-> instead of Alt-shift->) and jump-to-definition doesn't work ("No jump handler was able to find this symbol"). I use spacemacs.

kommen14:11:12

ok, good to know. I didn’t run into any such issues yet, working with it for a day. I think they did have port-specific options for cmd and alt key handling

jaide20:11:02

(global-set-key [(hyper a)] 'mark-whole-buffer)
(global-set-key [(hyper v)] 'yank)
(global-set-key [(hyper c)] 'kill-ring-save)
(global-set-key [(hyper s)] 'save-buffer)
(global-set-key [(hyper l)] 'goto-line)
(global-set-key [(hyper w)]
                (lambda () (interactive) (delete-window)))
(global-set-key [(hyper z)] 'undo)
where does that go in emacs-mac spacemacs?

kommen21:11:13

wished I found out about emacs-mac earlier, but Metal support is still fresh…