Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 199 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 199 Bytes

Make symlink for myemacs

ln -s $HOME/.emacs.d/myemacs $thisFolder

Edit ~/.emacs to have

(add-to-list 'load-path (concat (getenv "HOME") "/.emacs.d/myemacs"))
(load "myemacs")