diff options
author | Alan Pearce | 2023-06-26 07:15:49 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-26 07:15:49 +0200 |
commit | 27333d710ff903558ba855cc4329d811c773c8d4 (patch) | |
tree | e7f2dd054b3f4337d13d9d6962029ddb427ceeb2 | |
parent | 56ed4dfb792d854502c0d75157be2868f5674258 (diff) | |
download | nixfiles-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
-rw-r--r-- | user/emacs/init.el | 2 |
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 |