emacs/old-config/pkgs/spell-init.el
2018-04-07 10:54:04 +08:00

7 lines
144 B
EmacsLisp

(register-mypkg
(list :name "spell"
:enabled t
:packages nil
:init #'(lambda ()
(setq ispell-program-name "aspell"))))