emacs-for-clojure
emacs-for-clojure copied to clipboard
Error in init.el
I am running on windows 10.
I get this error when I launch emacs after copying the config files
Debugger entered--Lisp error: (file-error "Cannot open load file" "package")
require(package)
eval-buffer(#<buffer *load*> nil "c:/Users/stefan/AppData/Roaming/.emacs.d/init.el" nil t) ; Reading at buffer position 73
load-with-code-conversion("c:/Users/stefan/AppData/Roaming/.emacs.d/init.el" "c:/Users/stefan/AppData/Roaming/.emacs.d/init.el" t t)
load("c:/Users/stefan/AppData/Roaming/.emacs.d/init" t t)
#[nil
Screenshot shows full error
Same error macOS High Sierra version 10.13.3 (17D102) with emacs version GNU Emacs 22.1.1
@hyeomans i got the same error, installed emacs via homebrew and everything works.
Had the same err, found solution here: https://stackoverflow.com/questions/76901942/getting-an-error-when-starting-up-emacs-related-to-global-linum-mode
Weirdly, when I clone this repo, the problematic line isn't there. It might just be the zip?