all repos — nixfiles @ cd2588de2845b6d7166faca6be9fa348f554a2cb

System and user configuration, managed by nix and home-manager

emacs: load fringe-helper earlier

Alan Pearce
commit

cd2588de2845b6d7166faca6be9fa348f554a2cb

parent

6abbd67ac5fb68cffb9961f58714f7594e3a49e6

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -13,6 +13,7 @@ (server-start)
(setq gc-cons-threshold default-gc-cons-threshold gc-cons-percentage 0.1)))) +(eval-when-compile (require 'fringe-helper)) (defun reload-user-init-file () "Reload init file."