emacs-for-clojure icon indicating copy to clipboard operation
emacs-for-clojure copied to clipboard

Error in init.el

Open thedumbtechguy opened this issue 6 years ago • 3 comments

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

image

thedumbtechguy avatar Mar 28 '18 09:03 thedumbtechguy

Same error macOS High Sierra version 10.13.3 (17D102) with emacs version GNU Emacs 22.1.1

hyeomans avatar Jun 19 '18 17:06 hyeomans

@hyeomans i got the same error, installed emacs via homebrew and everything works.

erich avatar Jul 07 '18 19:07 erich

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?

almarsk avatar Nov 28 '23 12:11 almarsk