rejeep / drag-stuff.el

Drag stuff around in Emacs
233 stars 12 forks source link

cannot install even (add-to-list 'load-path "~/drag-stuff.el") (require 'drag-stuff) put in ~/.emacs #31

Open abdulbadii opened 5 years ago

abdulbadii commented 5 years ago

I put

(add-to-list 'load-path "~/")
(require 'drag-stuff)

in ~/.emacs

and drag-stuff.el in ~/ but cannot get installed and error message in emacs initialization How to solve it ? Please give me guidance !

mohkale commented 4 years ago

can you share what the error message was?