#macOS 커맨드(command) 키를 메타(meta) 키로 바인딩 변경
(when (eq system-type 'darwin)
(setq mac-command-modifier 'meta)
(setq mac-option-modifier 'super))
윈도우랑 메타(meta)키 위치가 달라서 불편했다. 이제 메타키 대신 슈퍼키를 누를 일은 없겠지.
참고
C-x C-s C-x C-c
(when (eq system-type 'darwin)
(setq mac-command-modifier 'meta)
(setq mac-option-modifier 'super))
윈도우랑 메타(meta)키 위치가 달라서 불편했다. 이제 메타키 대신 슈퍼키를 누를 일은 없겠지.
C-x C-s C-x C-c