summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2023-04-22 22:25:23 +0200
committerAlan Pearce2023-04-23 11:18:19 +0200
commit507afb46bd59f7a6d55abe77e777a8ec60a649c3 (patch)
tree0bcfa502b4e67048c278f88670824e700bf5f47c /user/emacs/init.el
parentbd01a8b97d38098e3282030e00b6af105fad0bb1 (diff)
downloadnixfiles-507afb46bd59f7a6d55abe77e777a8ec60a649c3.tar.lz
nixfiles-507afb46bd59f7a6d55abe77e777a8ec60a649c3.tar.zst
nixfiles-507afb46bd59f7a6d55abe77e777a8ec60a649c3.zip
emacs: load jinx-mod without a message
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 90c2fba3..96e089dc 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -1017,7 +1017,8 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
   :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