add system-cores.el module
Stefan Bund [Tue, 25 Apr 2017 16:45:45 +0000 (18:45 +0200)]
.gitmodules
setup/system-cores.el [new file with mode: 0644]
system-cores.el [new submodule]

index b4d7649..4982feb 100644 (file)
@@ -33,3 +33,6 @@ url = git://g0dil.de/emacsstuff.git
 [submodule "company-mode"]
        path = company-mode
        url = https://github.com/company-mode/company-mode.git
+[submodule "system-cores.el"]
+       path = system-cores.el
+       url = https://github.com/aaron-em/system-cores.el.git
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))
diff --git a/system-cores.el b/system-cores.el
new file mode 160000 (submodule)
index 0000000..f114960
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit f114960a43bc36d8f242c53220e8f84b3d461e58