Skip to content

Commit

Permalink
Add some subscript Unicode characters (+, -, =) to emacs bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Nov 2, 2018
1 parent 1c953ff commit b97e7e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/hol-unicode.el
Expand Up @@ -116,6 +116,9 @@
(define-key hol-unicode-subscript-map "u" "")
(define-key hol-unicode-subscript-map "v" "")
(define-key hol-unicode-subscript-map "x" "")
(define-key hol-unicode-subscript-map "+" "")
(define-key hol-unicode-subscript-map "=" "")
(define-key hol-unicode-subscript-map "-" "")

(define-key hol-unicode-superscript-map "1"
(lambda () (interactive) (insert "¹")))
Expand Down

0 comments on commit b97e7e9

Please sign in to comment.