From 27333d710ff903558ba855cc4329d811c773c8d4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 26 Jun 2023 07:15:49 +0200 Subject: 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 --- user/emacs/init.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'user/emacs/init.el') diff --git a/user/emacs/init.el b/user/emacs/init.el index b38a5e92..958aa138 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -1005,8 +1005,6 @@ _p_rev _u_pper _=_: upper/lower _r_esolve :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 -- cgit 1.4.1