From: Stefan Bund Date: Tue, 25 Apr 2017 16:45:45 +0000 (+0200) Subject: add system-cores.el module X-Git-Url: http://g0dil.de/git?p=emacs-init.git;a=commitdiff_plain;h=adc1b50372f1512e8cd1488439327050947676ef add system-cores.el module --- diff --git a/.gitmodules b/.gitmodules index b4d7649..4982feb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 index 0000000..915d70e --- /dev/null +++ b/setup/system-cores.el @@ -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 index 0000000..f114960 --- /dev/null +++ b/system-cores.el @@ -0,0 +1 @@ +Subproject commit f114960a43bc36d8f242c53220e8f84b3d461e58