Add tip for remapping command key to be a second meta on Mac

This commit is contained in:
David Botton 2022-06-09 13:57:28 -04:00
parent c0c4a5f3a4
commit d0688bd6aa

View file

@ -47,8 +47,16 @@ using emacs (and if desire terminal version use emacs -nw) and then use M-x slim
(clog:run-demo 1)
```
Tip: If use emacs graphically, you may find it easier to set the
apple command key to also act as a Meta key:
Tips: If using emacs in the terminal (ie emacs -nw) in terminal
```
(setf ns-command-modifier 'meta)
;; Since we map command to meta let meta ` switch frames
(global-set-key "\M-`" 'other-frame)
```
Tip: If using emacs in the terminal (ie emacs -nw) in terminal
preferances under profiles and under the default profile choose "Use
Option as Meta". I also add the following to my ~/.emacs.d/init.el: