Fork me on GitHub
#emacs
<
2016-02-29
>
nooga11:02:00

I’m having trouble with entering Polish (ąśżźćńęłó) characters in emacs. We basically have US keyboard layout and use right meta with modified letter, like alt+a, alt+s etc. Is there some kind of locale setting that would enable this automatically or do I need to somehow globally override right meta + letters?

jan.zy13:02:08

hm, I’ll just paste it here:

(when (eq system-type 'darwin)
  (setq mac-right-option-modifier 'none))

nooga15:02:34

thx @jan.zy, it works