Skip to content

Instantly share code, notes, and snippets.

@zelinskiy
Created March 25, 2017 14:20
Show Gist options
  • Select an option

  • Save zelinskiy/04238407b7aef744df8779eef6f25a02 to your computer and use it in GitHub Desktop.

Select an option

Save zelinskiy/04238407b7aef744df8779eef6f25a02 to your computer and use it in GitHub Desktop.
(set-language-environment "UTF-8")
(set-default-coding-systems 'utf-8)
(eval-after-load "quail/latin-ltx"
'(mapc (lambda (pair)
(quail-defrule (car pair) (cadr pair) "TeX"))
'( ("\\bb" "𝔹") ("\\bl" "𝕃") ("\\bs" "π•Š")
("\\nn" "Β¬")
("\\bt" "𝕋") ("\\bv" "𝕍") ("\\cv" " O ")
("\\comp" "∘") ("\\m" "⟼") ("\\om" "Ο‰"))))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:family "DejaVu Sans Mono" :foundry "PfEd" :slant normal :weight normal :height 128 :width normal)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment