abo-abo / oremacs

My Emacs config
https://oremacs.com/
296 stars 33 forks source link

how to use keys.el #22

Closed chenzhaobo closed 6 years ago

chenzhaobo commented 6 years ago

Dear abo-abo

There are some keybind in keys.el , how to enter those keys ?I can't find them in my keyboard . the kbd like this: (global-set-key (kbd "C-β") nil) ; [b] (global-set-key (kbd "C-ν") 'ora-angles) ; [n] (global-set-key (kbd "C-μ") 'headlong-bookmark-jump-other) ; [m] (global-set-key "υ" 'aya-expand) ; [y] (global-set-key "ψ" 'universal-argument) ; [u] Thank you!

abo-abo commented 6 years ago

See this post: http://oremacs.com/2015/02/14/semi-xmodmap/. Later, I'll add some customization to not load keys.el.

chenzhaobo commented 6 years ago

i am try to use the keybind. thank you!