mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-05 18:20:36 -08:00
Add tip for remapping command key to be a second meta on Mac
This commit is contained in:
parent
c0c4a5f3a4
commit
d0688bd6aa
1 changed files with 9 additions and 1 deletions
10
MACOS.md
10
MACOS.md
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue