4 lines
104 B
Text
4 lines
104 B
Text
|
|
(add-to-list 'load-path "./")
|
||
|
|
(load "./file1.el")
|
||
|
|
(insert (format "%d" (sum (number-sequence 1 100) )))
|