This commit is contained in:
Henrik Lissner 2015-11-23 15:19:43 -05:00
parent 5099352078
commit 1b67819fc7
5 changed files with 52 additions and 47 deletions

View file

@ -20,7 +20,7 @@
fringes-outside-margins t
hl-line-sticky-flag nil ; only highlight in one window
jit-lock-defer-time 0
jit-lock-defer-time nil
jit-lock-stealth-time 1
resize-mini-windows t)

View file

@ -151,7 +151,9 @@
(require 'server)
(unless (server-running-p)
(server-start)))
(server-start))
(add-hook! after-init (setq gc-cons-threshold 800000)))
(provide 'core)
;;; core.el ends here