I want to type a single keystroke to insert unicode brackets #xab and #xbb.
This works (for a different unicode bracket): (global-set-key (kbd "C-c [") "⟨")
But this doesn't work: (global-set-key (kbd "C-c [") "«")
How do I coax emacs into inserting "«" with a single keystroke?
(I happen to be on MacOS, but intend to use ubuntu in Parallels)