#macOS 커맨드(command) 키를 메타(meta) 키로 바인딩 변경
(when (eq system-type 'darwin) (setq mac-command-modifier 'meta) (setq mac-option-modifier 'super))
(when (eq system-type 'darwin) (setq mac-command-modifier 'meta) (setq mac-option-modifier 'super))
(setq windows? (eq system-type 'windows-nt)) (when windows? (let ((bash-dir "C:/Program Files (x86)/Git/bin")) (setq explicit-shell-file-name ...