aboutsummaryrefslogtreecommitdiffstats
path: root/settings.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-07-29 20:12:28 -0500
committerJesús <heckyel@hyperbola.info>2018-07-29 20:12:28 -0500
commitd172fb6e48fe4e342f0d94eade1b108bed91cc00 (patch)
tree032559458aeda1cf45e9fc0f6561d742237b5b03 /settings.el
downloademacs-personal-d172fb6e48fe4e342f0d94eade1b108bed91cc00.tar.lz
emacs-personal-d172fb6e48fe4e342f0d94eade1b108bed91cc00.tar.xz
emacs-personal-d172fb6e48fe4e342f0d94eade1b108bed91cc00.zip
Initial commit
Diffstat (limited to 'settings.el')
-rw-r--r--settings.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/settings.el b/settings.el
new file mode 100644
index 0000000..44dd667
--- /dev/null
+++ b/settings.el
@@ -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)