summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2023-06-26 07:15:49 +0200
committerAlan Pearce2023-06-26 07:15:49 +0200
commit27333d710ff903558ba855cc4329d811c773c8d4 (patch)
treee7f2dd054b3f4337d13d9d6962029ddb427ceeb2 /user/emacs/init.el
parent56ed4dfb792d854502c0d75157be2868f5674258 (diff)
downloadnixfiles-27333d710ff903558ba855cc4329d811c773c8d4.tar.lz
nixfiles-27333d710ff903558ba855cc4329d811c773c8d4.tar.zst
nixfiles-27333d710ff903558ba855cc4329d811c773c8d4.zip
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
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el2
1 files changed, 0 insertions, 2 deletions
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