flyingmachine / emacs-for-clojure

519 stars 267 forks source link

Error in init.el #38

Open thedumbtechguy opened 6 years ago

thedumbtechguy commented 6 years ago

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

hyeomans commented 6 years ago

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

erich commented 6 years ago

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

almarsk commented 7 months ago

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?