Case Duckworth 2021-04-19 12:32:21 -05:00
parent cdaaee1a1d
commit 6e6f95570b
1 changed files with 7 additions and 2 deletions

View File

@ -105,7 +105,7 @@
(delete-selection-mode +1)
;; Encoding
(:option local-coding-system 'utf-8-unix
(:option locale-coding-system 'utf-8-unix
coding-system-for-read 'utf-8-unix
coding-system-for-write 'utf-8-unix
buffer-file-coding-system 'utf-8-unix
@ -121,8 +121,13 @@
(set-default-coding-systems 'utf-8-unix)
(set-terminal-coding-system 'utf-8-unix)
(set-keyboard-coding-system 'utf-8-unix)
(set-selection-coding-system 'utf-8-unix)
(pcase acdw/system
(:work (set-clipboard-coding-system 'utf-16-le)
(set-selection-coding-system 'utf-16-le))
(_ (set-selection-coding-system 'utf-8)
(set-clipboard-coding-system 'utf-8)))
;; Cursor
(:option cursor-type 'bar
cursor-in-non-selected-windows 'hollow