|
|
@ -205,14 +205,16 @@ |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
** Misc |
|
|
|
UTF-8 please |
|
|
|
UTF-8 please, but don't mess with line endings. |
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(setq locale-coding-system 'utf-8) |
|
|
|
(set-terminal-coding-system 'utf-8) |
|
|
|
(set-keyboard-coding-system 'utf-8) |
|
|
|
(set-selection-coding-system 'utf-8) |
|
|
|
(prefer-coding-system 'utf-8) |
|
|
|
(setq locale-coding-system 'utf-8) |
|
|
|
(set-terminal-coding-system 'utf-8) |
|
|
|
(set-keyboard-coding-system 'utf-8) |
|
|
|
(set-selection-coding-system 'utf-8) |
|
|
|
(if (eq system-type 'windows-nt) |
|
|
|
(prefer-coding-system 'utf-8-dos) |
|
|
|
(prefer-coding-system 'utf-8)) |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
Turn off blinking cursor |
|
|
|