diff options
Diffstat (limited to 'lpath.el')
-rw-r--r-- | lpath.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lpath.el b/lpath.el new file mode 100644 index 0000000..858179f --- /dev/null +++ b/lpath.el @@ -0,0 +1,4 @@ +;; Shut up. + +(setq load-path (cons "." load-path)) + |