aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/init.el
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-06-24 21:31:44 +0200
committerAdrian Kummerlaender2020-06-24 21:31:44 +0200
commit832e12490aee72ad67cd44140fea1f6672f67870 (patch)
tree4f5a35713443624ff98b48c3249bf130cebe1df4 /gui/conf/init.el
parentd09ce8b96295ccfd4b18fbb8f859f5ccd57fe787 (diff)
downloadnixos_home-832e12490aee72ad67cd44140fea1f6672f67870.tar
nixos_home-832e12490aee72ad67cd44140fea1f6672f67870.tar.gz
nixos_home-832e12490aee72ad67cd44140fea1f6672f67870.tar.bz2
nixos_home-832e12490aee72ad67cd44140fea1f6672f67870.tar.lz
nixos_home-832e12490aee72ad67cd44140fea1f6672f67870.tar.xz
nixos_home-832e12490aee72ad67cd44140fea1f6672f67870.tar.zst
nixos_home-832e12490aee72ad67cd44140fea1f6672f67870.zip
Prefer UTF8 everywhere
Diffstat (limited to 'gui/conf/init.el')
-rw-r--r--gui/conf/init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index bf442f1..d0c6baf 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -7,6 +7,12 @@
(if (file-exists-p custom-file)
(load custom-file))
+(prefer-coding-system 'utf-8)
+(set-default-coding-systems 'utf-8)
+(set-terminal-coding-system 'utf-8)
+(set-keyboard-coding-system 'utf-8)
+(set-language-environment 'utf-8)
+
(setq user-full-name "Adrian Kummerlaender"
user-mail-address "adrian@kummerlaender.eu")