all repos — nixfiles @ cd2588de2845b6d7166faca6be9fa348f554a2cb

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

emacs: load fringe-helper earlier
Alan Pearce alan@alanpearce.eu
Mon, 27 Mar 2023 12:18:42 +0200
commit

cd2588de2845b6d7166faca6be9fa348f554a2cb

parent

6abbd67ac5fb68cffb9961f58714f7594e3a49e6

1 files changed, 1 insertions(+), 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."