aboutsummaryrefslogtreecommitdiffstats
path: root/settings.el
blob: 44dd667409ca6428e8c5e3daba31562e536bf1ea (plain)
1
2
3
4
5
6
7
8
9
;; Garbage collection threshold
(setq local/gc-cons-threshold (* 512 1024 1024))

(setq user-full-name "username")
(setq user-mail-address "username@email.domain")
(set-language-environment "UTF-8")
(setq large-file-warning-threshold (* 15 1024 1024))
(prefer-coding-system 'utf-8)
(setq-default buffer-file-coding-system 'utf-8-auto-unix)