Skip to content

Commit

Permalink
emacs-mode: add hol-unicode keybinding for lower-case kappa (κ)
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Aug 9, 2023
1 parent 4ad06b8 commit 6933036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/hol-unicode.el
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
(global-set-key (kbd "C-S-d") "δ")
(global-set-key (kbd "C-S-e") "ε")
(global-set-key (kbd "C-S-h") "χ")
(global-set-key (kbd "C-S-k") "κ")
(global-set-key (kbd "C-S-l") "λ")
(global-set-key (kbd "C-S-m") "μ")
(global-set-key (kbd "C-S-n") "ν")
Expand Down

0 comments on commit 6933036

Please sign in to comment.