all repos — nixfiles @ 27333d710ff903558ba855cc4329d811c773c8d4

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

Emacs: remove unnecessary load of jinx module

The package loads the module itself, naturally.  I was just trying
things to get it to work on Darwin, but it turns out that I can work
around the issue by loading Emacs from the terminal
Alan Pearce alan@alanpearce.eu
Mon, 26 Jun 2023 07:15:49 +0200
commit

27333d710ff903558ba855cc4329d811c773c8d4

parent

56ed4dfb792d854502c0d75157be2868f5674258

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

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