mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
Clean up
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user