all repos — nixfiles @ 507afb46bd59f7a6d55abe77e777a8ec60a649c3

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

emacs: load jinx-mod without a message
Alan Pearce alan@alanpearce.eu
Sat, 22 Apr 2023 22:25:23 +0200
commit

507afb46bd59f7a6d55abe77e777a8ec60a649c3

parent

bd01a8b97d38098e3282030e00b6af105fad0bb1

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -1017,7 +1017,8 @@ (use-package jinx   :ghook ('emacs-startup-hook #'global-jinx-mode)
   :general ([remap ispell-word] #'jinx-correct)
   :config (progn
-            (load-library "jinx-mod.so")
+            (quietly
+             (load-library "jinx-mod.so"))
             (setq jinx-languages "en_GB en de_DE")))
 
 (use-package feature-mode