diff options
author | Tharre <tharre3@gmail.com> | 2015-09-14 20:19:14 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:36 +0000 |
commit | 98ba0e744bdf99ce0a894451700f11c39dc2579b (patch) | |
tree | 0586076ab8c7f3acde1bfef4375e6d4bdcd76003 | |
parent | 71a55046a49ea4f340638fc989fbad1a6b001ca7 (diff) | |
download | dotfiles-98ba0e744bdf99ce0a894451700f11c39dc2579b.tar.gz dotfiles-98ba0e744bdf99ce0a894451700f11c39dc2579b.tar.xz dotfiles-98ba0e744bdf99ce0a894451700f11c39dc2579b.zip |
emacs: actually install .emacs.d
-rwxr-xr-x | install.sh | 3 | ||||
-rw-r--r-- | shell/_emacs.d/.gitignore (renamed from shell/_emacs/.gitignore) | 0 | ||||
-rw-r--r-- | shell/_emacs.d/custom-var.el (renamed from shell/_emacs/custom-var.el) | 0 | ||||
-rw-r--r-- | shell/_emacs.d/init.el (renamed from shell/_emacs/init.el) | 0 | ||||
-rw-r--r-- | shell/_emacs.d/org-fragments.el (renamed from shell/_emacs/org-fragments.el) | 0 | ||||
-rw-r--r-- | shell/_emacs.d/site-lisp/dconf-proxy.el (renamed from shell/_emacs/site-lisp/dconf-proxy.el) | 0 | ||||
-rw-r--r-- | shell/_emacs.d/site-lisp/site-lisp-autoloads.el (renamed from shell/_emacs/site-lisp/site-lisp-autoloads.el) | 0 | ||||
-rw-r--r-- | shell/_emacs.d/site-lisp/util.el (renamed from shell/_emacs/site-lisp/util.el) | 0 | ||||
-rw-r--r-- | shell/_emacs.d/site-lisp/with-package.el (renamed from shell/_emacs/site-lisp/with-package.el) | 0 | ||||
-rw-r--r-- | shell/_emacs.d/tools/libs/jpeg62.dll (renamed from shell/_emacs/tools/libs/jpeg62.dll) | bin | 127488 -> 127488 bytes | |||
-rw-r--r-- | shell/_emacs.d/tools/libs/libXpm.dll (renamed from shell/_emacs/tools/libs/libXpm.dll) | bin | 504492 -> 504492 bytes | |||
-rw-r--r-- | shell/_emacs.d/tools/libs/libpng-config (renamed from shell/_emacs/tools/libs/libpng-config) | 0 | ||||
-rw-r--r-- | shell/_emacs.d/tools/libs/libpng12-config (renamed from shell/_emacs/tools/libs/libpng12-config) | 0 | ||||
-rw-r--r-- | shell/_emacs.d/tools/libs/libpng12.dll (renamed from shell/_emacs/tools/libs/libpng12.dll) | bin | 260096 -> 260096 bytes | |||
-rw-r--r-- | shell/_emacs.d/tools/libs/libpng14-14.dll (renamed from shell/_emacs/tools/libs/libpng14-14.dll) | bin | 230529 -> 230529 bytes | |||
-rw-r--r-- | shell/_emacs.d/tools/libs/libpng3.dll (renamed from shell/_emacs/tools/libs/libpng3.dll) | bin | 260096 -> 260096 bytes | |||
-rw-r--r-- | shell/_emacs.d/tools/libs/libtiff3.dll (renamed from shell/_emacs/tools/libs/libtiff3.dll) | bin | 376832 -> 376832 bytes | |||
-rw-r--r-- | shell/_emacs.d/tools/libs/libungif4.dll (renamed from shell/_emacs/tools/libs/libungif4.dll) | bin | 31232 -> 31232 bytes | |||
-rw-r--r-- | shell/_emacs.d/tools/libs/xpm4.dll (renamed from shell/_emacs/tools/libs/xpm4.dll) | bin | 52224 -> 52224 bytes | |||
-rw-r--r-- | shell/_emacs.d/tools/libs/zip.exe (renamed from shell/_emacs/tools/libs/zip.exe) | bin | 290816 -> 290816 bytes | |||
-rw-r--r-- | shell/_emacs.d/tools/libs/zlib1.dll (renamed from shell/_emacs/tools/libs/zlib1.dll) | bin | 75264 -> 75264 bytes | |||
-rw-r--r-- | shell/_emacs.d/tools/profiler/profile-dotemacs.el (renamed from shell/_emacs/tools/profiler/profile-dotemacs.el) | 0 | ||||
-rw-r--r-- | shell/_emacs.d/tools/profiler/run_profiler.el (renamed from shell/_emacs/tools/profiler/run_profiler.el) | 0 |
23 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ ln -sf "$dotfiles/shell/_gdbinit" "$HOME/.gdbinit" # [gpg] ln -sfT "$dotfiles/shell/_gnupg" "$HOME/.gnupg" +# [emacs] +ln -sfT "$dotfiles/shell/_emacs.d" "$HOME/.emacs.d" + if [ "$1" = "arch" ]; then echo "Performing full installation." diff --git a/shell/_emacs/.gitignore b/shell/_emacs.d/.gitignore index 88f820a..88f820a 100644 --- a/shell/_emacs/.gitignore +++ b/shell/_emacs.d/.gitignore diff --git a/shell/_emacs/custom-var.el b/shell/_emacs.d/custom-var.el index 431ff6e..431ff6e 100644 --- a/shell/_emacs/custom-var.el +++ b/shell/_emacs.d/custom-var.el diff --git a/shell/_emacs/init.el b/shell/_emacs.d/init.el index 921eace..921eace 100644 --- a/shell/_emacs/init.el +++ b/shell/_emacs.d/init.el diff --git a/shell/_emacs/org-fragments.el b/shell/_emacs.d/org-fragments.el index 0e145ad..0e145ad 100644 --- a/shell/_emacs/org-fragments.el +++ b/shell/_emacs.d/org-fragments.el diff --git a/shell/_emacs/site-lisp/dconf-proxy.el b/shell/_emacs.d/site-lisp/dconf-proxy.el index 954852a..954852a 100644 --- a/shell/_emacs/site-lisp/dconf-proxy.el +++ b/shell/_emacs.d/site-lisp/dconf-proxy.el diff --git a/shell/_emacs/site-lisp/site-lisp-autoloads.el b/shell/_emacs.d/site-lisp/site-lisp-autoloads.el index 2b1e039..2b1e039 100644 --- a/shell/_emacs/site-lisp/site-lisp-autoloads.el +++ b/shell/_emacs.d/site-lisp/site-lisp-autoloads.el diff --git a/shell/_emacs/site-lisp/util.el b/shell/_emacs.d/site-lisp/util.el index b5bdc10..b5bdc10 100644 --- a/shell/_emacs/site-lisp/util.el +++ b/shell/_emacs.d/site-lisp/util.el diff --git a/shell/_emacs/site-lisp/with-package.el b/shell/_emacs.d/site-lisp/with-package.el index 3dfc52d..3dfc52d 100644 --- a/shell/_emacs/site-lisp/with-package.el +++ b/shell/_emacs.d/site-lisp/with-package.el diff --git a/shell/_emacs/tools/libs/jpeg62.dll b/shell/_emacs.d/tools/libs/jpeg62.dll Binary files differindex 21c03d5..21c03d5 100644 --- a/shell/_emacs/tools/libs/jpeg62.dll +++ b/shell/_emacs.d/tools/libs/jpeg62.dll diff --git a/shell/_emacs/tools/libs/libXpm.dll b/shell/_emacs.d/tools/libs/libXpm.dll Binary files differindex 0dcb292..0dcb292 100644 --- a/shell/_emacs/tools/libs/libXpm.dll +++ b/shell/_emacs.d/tools/libs/libXpm.dll diff --git a/shell/_emacs/tools/libs/libpng-config b/shell/_emacs.d/tools/libs/libpng-config index 3c39bc9..3c39bc9 100644 --- a/shell/_emacs/tools/libs/libpng-config +++ b/shell/_emacs.d/tools/libs/libpng-config diff --git a/shell/_emacs/tools/libs/libpng12-config b/shell/_emacs.d/tools/libs/libpng12-config index 3c39bc9..3c39bc9 100644 --- a/shell/_emacs/tools/libs/libpng12-config +++ b/shell/_emacs.d/tools/libs/libpng12-config diff --git a/shell/_emacs/tools/libs/libpng12.dll b/shell/_emacs.d/tools/libs/libpng12.dll Binary files differindex 25c0a7c..25c0a7c 100644 --- a/shell/_emacs/tools/libs/libpng12.dll +++ b/shell/_emacs.d/tools/libs/libpng12.dll diff --git a/shell/_emacs/tools/libs/libpng14-14.dll b/shell/_emacs.d/tools/libs/libpng14-14.dll Binary files differindex 8b93b06..8b93b06 100644 --- a/shell/_emacs/tools/libs/libpng14-14.dll +++ b/shell/_emacs.d/tools/libs/libpng14-14.dll diff --git a/shell/_emacs/tools/libs/libpng3.dll b/shell/_emacs.d/tools/libs/libpng3.dll Binary files differindex 649ec64..649ec64 100644 --- a/shell/_emacs/tools/libs/libpng3.dll +++ b/shell/_emacs.d/tools/libs/libpng3.dll diff --git a/shell/_emacs/tools/libs/libtiff3.dll b/shell/_emacs.d/tools/libs/libtiff3.dll Binary files differindex 9883c51..9883c51 100644 --- a/shell/_emacs/tools/libs/libtiff3.dll +++ b/shell/_emacs.d/tools/libs/libtiff3.dll diff --git a/shell/_emacs/tools/libs/libungif4.dll b/shell/_emacs.d/tools/libs/libungif4.dll Binary files differindex 2308352..2308352 100644 --- a/shell/_emacs/tools/libs/libungif4.dll +++ b/shell/_emacs.d/tools/libs/libungif4.dll diff --git a/shell/_emacs/tools/libs/xpm4.dll b/shell/_emacs.d/tools/libs/xpm4.dll Binary files differindex 0414d84..0414d84 100644 --- a/shell/_emacs/tools/libs/xpm4.dll +++ b/shell/_emacs.d/tools/libs/xpm4.dll diff --git a/shell/_emacs/tools/libs/zip.exe b/shell/_emacs.d/tools/libs/zip.exe Binary files differindex 65de183..65de183 100644 --- a/shell/_emacs/tools/libs/zip.exe +++ b/shell/_emacs.d/tools/libs/zip.exe diff --git a/shell/_emacs/tools/libs/zlib1.dll b/shell/_emacs.d/tools/libs/zlib1.dll Binary files differindex 31996cd..31996cd 100644 --- a/shell/_emacs/tools/libs/zlib1.dll +++ b/shell/_emacs.d/tools/libs/zlib1.dll diff --git a/shell/_emacs/tools/profiler/profile-dotemacs.el b/shell/_emacs.d/tools/profiler/profile-dotemacs.el index 160b800..160b800 100644 --- a/shell/_emacs/tools/profiler/profile-dotemacs.el +++ b/shell/_emacs.d/tools/profiler/profile-dotemacs.el diff --git a/shell/_emacs/tools/profiler/run_profiler.el b/shell/_emacs.d/tools/profiler/run_profiler.el index 39939c2..39939c2 100644 --- a/shell/_emacs/tools/profiler/run_profiler.el +++ b/shell/_emacs.d/tools/profiler/run_profiler.el |