Initial commit

This commit is contained in:
Jesús
2018-07-29 20:12:28 -05:00
commit d172fb6e48
18 changed files with 1188 additions and 0 deletions

9
settings.el Normal file
View File

@@ -0,0 +1,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)