Updated and reloaded my daemon and it doesn't load. Here is my --debug-init: Debugger entered--Lisp error: (wrong-type-argument stringp nil) call-process(nil nil t nil "dump" "master") spell-fu--aspell-word-list-ensure("/home/xircon/.emacs.d/spell-fu/words_spell-fu-ispe..." "default") spell-fu--aspell-update(spell-fu-ispell-words-default "default") #f(compiled-function () #<bytecode 0x2eaf96e4d20f>)() spell-fu-mode-enable() spell-fu-mode(1) spell-fu--mode-turn-on() global-spell-fu-mode() load-with-code-conversion("/home/xircon/dotfiles/emacs.d/config.el" "/home/xircon/dotfiles/emacs.d/config.el" nil nil) load-file("~/dotfiles/emacs.d/config.el") org-babel-load-file("~/dotfiles/emacs.d/config.org") load-with-code-conversion("/home/xircon/.emacs.d/init.el" "/home/xircon/.emacs.d/init.el" nil nil) load("/home/xircon/.emacs.d/init.el") (let* ((emacs-directory (file-name-as-directory (chemacs-emacs-profile-key 'user-emacs-directory))) (init-file (expand-file-name "init.el" emacs-directory)) (custom-file- (chemacs-emacs-profile-key 'custom-file init-file)) (server-name- (chemacs-emacs-profile-key 'server-name))) (setq user-emacs-directory emacs-directory) (if server-name- (progn (setq server-name server-name-))) (mapcar #'(lambda (env) (setenv (car env) (cdr env))) (chemacs-emacs-profile-key 'env)) (load init-file) (if (not custom-file) (progn (setq custom-file custom-file-) (load custom-file)))) chemacs-load-profile("default") (if args (let ((s (split-string (car args) "="))) (cond ((equal (car args) "--with-profile") (add-to-list 'command-switch-alist '("--with-profile" lambda (_) (pop command-line-args-left))) (chemacs-load-profile (car (cdr args)))) ((equal (car s) "--with-profile") (add-to-list 'command-switch-alist (cons (car args) '(lambda ...))) (chemacs-load-profile (mapconcat 'identity (cdr s) "="))) (t (chemacs-check-command-line-args (cdr args))))) (chemacs-load-profile (chemacs-detect-default-profile))) chemacs-check-command-line-args(nil) (cond ((equal (car args) "--with-profile") (add-to-list 'command-switch-alist '("--with-profile" lambda (_) (pop command-line-args-left))) (chemacs-load-profile (car (cdr args)))) ((equal (car s) "--with-profile") (add-to-list 'command-switch-alist (cons (car args) '(lambda (_)))) (chemacs-load-profile (mapconcat 'identity (cdr s) "="))) (t (chemacs-check-command-line-args (cdr args)))) (let ((s (split-string (car args) "="))) (cond ((equal (car args) "--with-profile") (add-to-list 'command-switch-alist '("--with-profile" lambda (_) (pop command-line-args-left))) (chemacs-load-profile (car (cdr args)))) ((equal (car s) "--with-profile") (add-to-list 'command-switch-alist (cons (car args) '(lambda (_)))) (chemacs-load-profile (mapconcat 'identity (cdr s) "="))) (t (chemacs-check-command-line-args (cdr args))))) (if args (let ((s (split-string (car args) "="))) (cond ((equal (car args) "--with-profile") (add-to-list 'command-switch-alist '("--with-profile" lambda (_) (pop command-line-args-left))) (chemacs-load-profile (car (cdr args)))) ((equal (car s) "--with-profile") (add-to-list 'command-switch-alist (cons (car args) '(lambda ...))) (chemacs-load-profile (mapconcat 'identity (cdr s) "="))) (t (chemacs-check-command-line-args (cdr args))))) (chemacs-load-profile (chemacs-detect-default-profile))) chemacs-check-command-line-args(("emacs")) load-with-code-conversion("/home/xircon/.emacs" "/home/xircon/.emacs" t t) load("~/.emacs" noerror nomessage) startup--load-user-init-file(#f(compiled-function () #<bytecode 0xd31ffd1b299fc46>) #f(compiled-function () #<bytecode -0x1f3c6eaddc0ae935>) t) command-line() normal-top-level() If I :tangle no the spell checking section of my config it loads fine. Any ideas?

submitted by /u/xircon
[link] [comments]