Skip to content

Commit

Permalink
Add binding for \sim character (U+223C ∼) to emacs unicode file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Mar 3, 2014
1 parent f696d4e commit d9c2b74
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 @@ -13,6 +13,7 @@
(global-set-key (kbd "C-~") (lambda () (interactive) (insert "¬")))
(global-set-key (kbd "C-S-c") "")
(global-set-key (kbd "C-S-q") "")
(global-set-key (kbd "C-M-~") "")

(global-set-key (kbd "C-{") "")
(global-set-key (kbd "C-}") "")
Expand Down

0 comments on commit d9c2b74

Please sign in to comment.