diff options
author | Alan Pearce | 2023-04-22 22:25:23 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-23 11:18:19 +0200 |
commit | 507afb46bd59f7a6d55abe77e777a8ec60a649c3 (patch) | |
tree | 0bcfa502b4e67048c278f88670824e700bf5f47c | |
parent | bd01a8b97d38098e3282030e00b6af105fad0bb1 (diff) | |
download | nixfiles-507afb46bd59f7a6d55abe77e777a8ec60a649c3.tar.lz nixfiles-507afb46bd59f7a6d55abe77e777a8ec60a649c3.tar.zst nixfiles-507afb46bd59f7a6d55abe77e777a8ec60a649c3.zip |
emacs: load jinx-mod without a message
-rw-r--r-- | user/emacs/init.el | 3 |
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 |