diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-03-12 10:18:42 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-03-12 10:18:42 -0700 |
| commit | 8300912bb63fc3918385f9e6d2a9777f62f164a2 (patch) | |
| tree | 032c134345ac4f8ac58125453bcaeab2538f0c44 /emacs/site-lisp/general-text.el | |
| parent | 2576f016153baa11c6e62deeb329dd72f0aa89c8 (diff) | |
firefox files and new emacs stuff
Diffstat (limited to 'emacs/site-lisp/general-text.el')
| -rw-r--r-- | emacs/site-lisp/general-text.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/site-lisp/general-text.el b/emacs/site-lisp/general-text.el index d03171a..e593487 100644 --- a/emacs/site-lisp/general-text.el +++ b/emacs/site-lisp/general-text.el @@ -20,7 +20,7 @@ (setq ispell-personal-dictionary "/home/tmu/.aspell.en.pws") (add-hook 'text-mode-hook (lambda () - (ispell-mode 1) + (ispell-minor-mode 1) (local-set-key (kbd "M-l") 'dict-map))) (electric-pair-mode 1) |
