You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
275 B
EmacsLisp

2 years ago
(prefer-coding-system 'utf-8)
(set-default-coding-systems 'utf-8)
(set-language-environment 'utf-8)
(if (string-equal system-type "windows-nt")
(set-selection-coding-system 'utf-16-le)
(set-selection-coding-system 'utf-8))
(org-babel-load-file "~/.emacs.d/config.org")