• Skip to primary navigation
  • Skip to content
  • Skip to footer
(emacsian ohyecloudy)
  • Posts
  • Categories
  • Tags
  • Random
    Jongbin Oh

    Jongbin Oh

    I write something to think

    • South Korea
    • Twitter
    • Facebook
    • GitHub
    • Instagram
    • Email

    #macOS 커맨드(command) 키를 메타(meta) 키로 바인딩 변경

    less than 1 minute read

    (when (eq system-type 'darwin)
      (setq mac-command-modifier 'meta)
      (setq mac-option-modifier 'super))
    

    윈도우랑 메타(meta)키 위치가 달라서 불편했다. 이제 메타키 대신 슈퍼키를 누를 일은 없겠지.

    참고

    • Emacs For macOS - emacswiki

    C-x C-s C-x C-c

    Tags: keybindings, macos

    Categories: uncategorized

    Updated: 2017-06-17

    Twitter Facebook LinkedIn
    Previous Random Next

    You May Also Enjoy

    windows에서 bash를 emacs shell로 사용

    1 minute read

    (setq windows? (eq system-type 'windows-nt)) (when windows? (let ((bash-dir "C:/Program Files (x86)/Git/bin")) (setq explicit-shell-file-name ...

    #macOS 폰트 변경 - 반듯한 org-table을 위하여

    less than 1 minute read

    입력기(input method), macOS와 친하게 - Karabiner-Elements

    less than 1 minute read

    macOS Sierra를 사용하고 싶어도 Karabiner 때문에 참고 있었다. Karabiner는 지원이 끊겼고 Karabiner-Elements만 사용할 수 있는데, stable 버전까지는 먼 것 같아서.

    입력기(input method), macOS와 친하게

    less than 1 minute read

    ’입력기(input method), Windows IME와 충돌 해결’처럼 OS X도 처리해서 깔끔하게 사용하자.

    • Feed
    © 2025 (emacsian ohyecloudy). Powered by Jekyll & Minimal Mistakes.