diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-04 16:37:07 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 17:27:45 -0500 |
commit | 11c540f5f8c5639cb0a434f28a9bcbfd65afce77 (patch) | |
tree | ced7a55630ec2518b60b5b26090256c1ccd23b10 | |
parent | 2b12d0a9966922de1c7997e83cfb479791675a7a (diff) |
mv .emacs.d .config/emacs; ln -s .config/emacs .emacs.d
-rw-r--r-- | .config/emacs/.gitignore (renamed from .emacs.d/.gitignore) | 0 | ||||
-rw-r--r-- | .config/emacs/custom.el (renamed from .emacs.d/custom.el) | 0 | ||||
-rw-r--r-- | .config/emacs/emacsutils.el (renamed from .emacs.d/emacsutils.el) | 0 | ||||
-rw-r--r-- | .config/emacs/init.el (renamed from .emacs.d/init.el) | 0 | ||||
l--------- | .emacs.d | 1 |
5 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/.gitignore b/.config/emacs/.gitignore index ef4ec20..ef4ec20 100644 --- a/.emacs.d/.gitignore +++ b/.config/emacs/.gitignore diff --git a/.emacs.d/custom.el b/.config/emacs/custom.el index 07c8d80..07c8d80 100644 --- a/.emacs.d/custom.el +++ b/.config/emacs/custom.el diff --git a/.emacs.d/emacsutils.el b/.config/emacs/emacsutils.el index 966d16e..966d16e 100644 --- a/.emacs.d/emacsutils.el +++ b/.config/emacs/emacsutils.el diff --git a/.emacs.d/init.el b/.config/emacs/init.el index 65634cb..65634cb 100644 --- a/.emacs.d/init.el +++ b/.config/emacs/init.el diff --git a/.emacs.d b/.emacs.d new file mode 120000 index 0000000..294c1df --- /dev/null +++ b/.emacs.d @@ -0,0 +1 @@ +.config/emacs
\ No newline at end of file |