Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.32 KB | None | 0 0
  1. ;; Works in scratch
  2. (add-to-list 'load-path "/Users/Getpeanuts/.emacs.d/hello-world")
  3. (require 'hello-world)
  4.  
  5. ;; I get an error no directory when I put this at the bottom of my init.el
  6.  
  7. ;; ps. This is what's in the hello-world directory:
  8. ;; hello-world.el
  9. (message "Hello world how are you today?")
  10. (provide 'hello-world)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement