Thursday 4 January 2018

macos - How can I write braces, { and }, in Emacs on Mac OS X with a scandinavian keyboard layout?


I can not write { and } in Emacs on my Macbook Air with a Swedish keyboard layout. In all other programs I do this by pressing alt + shift + ( for { and the corresponding keys with ) for }.


How can I type { and } in emacs?



Answer



I found the answer on StackOverflow.com:


Unable to type braces and square braces in emacs


(setq mac-option-modifier nil
mac-command-modifier 'meta
x-select-enable-clipboard t)

No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...