add system-cores.el module
[emacs-init.git] / setup / system-cores.el
diff --git a/setup/system-cores.el b/setup/system-cores.el
new file mode 100644 (file)
index 0000000..915d70e
--- /dev/null
@@ -0,0 +1,7 @@
+(let ((dir (concat (file-name-directory
+                    (directory-file-name
+                     (file-name-directory (or load-file-name
+                                         (when (boundp 'bytecomp-filename) bytecomp-filename)
+                                         buffer-file-name))))
+                   (file-name-as-directory "system-cores.el"))))
+  (add-to-list 'load-path dir))