ดีฉันใช้วานิลลา emacs กับแพทช์ ns แต่ด้วยการตั้งค่านี้
(setq mac-command-modifier 'meta)
(setq mac-option-modifier nil)
(setq ns-function-modifier 'hyper)
;; keybinding to toggle full screen mode
(global-set-key (quote [M-f10]) (quote ns-toggle-fullscreen))
(add-to-list 'ido-ignore-files "\\.DS_Store")
;; Move to trash when deleting stuff
(setq delete-by-moving-to-trash t
trash-directory "~/.Trash/emacs")
ฉันได้มาจากคนที่มาจากหิน emacs github ฉันคิดว่า ด้วยวิธีนี้ฉันจะใช้ ´และตัวเลือกอื่น ๆ เช่นเดียวกับในแอปพลิเคชั่นอื่น ๆ และยังมีการวางตำแหน่ง Meta Key ที่คุ้นเคยมากขึ้น (ฉันมี capslock เป็น ctrl btw)
ด้วย
(setq x-select-enable-clipboard t)
ดังนั้นฉันสามารถคัดลอกและวางใน emacs (เช่น. ฉัน cmd + c บนโครเมี่ยมและ Cy บน emacs เพื่อวางและ viceversa Cw cmd + v)