Created
March 25, 2017 14:20
-
-
Save zelinskiy/04238407b7aef744df8779eef6f25a02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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