Include lisp/textmodes in load-path for bootstrap
emacs, to resolve ispell menu reference.
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
(setq load-path (list path
|
||||
(expand-file-name "emacs-lisp" path)
|
||||
(expand-file-name "language" path)
|
||||
(expand-file-name "international" path)))))
|
||||
(expand-file-name "international" path)
|
||||
(expand-file-name "textmodes" path)))))
|
||||
|
||||
(message "Using load-path %s" load-path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user