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
1 files changed, 0 insertions(+), 2 deletions(-)
jump to
M user/emacs/init.el → user/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