Clean up
This commit is contained in:
parent
5099352078
commit
1b67819fc7
5 changed files with 52 additions and 47 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue