Skip to content

Commit

Permalink
Add a Unicode binding for a fancy colon character (⦂, U+2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Oct 21, 2023
1 parent 68d5422 commit 4b009e0
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 @@ -8,6 +8,7 @@
(global-set-key (kbd "C-S-u") "")
(global-set-key (kbd "C-S-i") "")
(global-set-key (kbd "C-:") "")
(global-set-key (kbd "C-M-:") "")
(global-set-key (kbd "C-~") (lambda () (interactive) (insert "¬")))
(global-set-key (kbd "C-S-c") "")
(global-set-key (kbd "C-*") (lambda () (interactive) (insert "×")))
Expand Down

0 comments on commit 4b009e0

Please sign in to comment.