From a281f040cd35dffe171d5b7d6b00fe03163be6a0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 17 Feb 2013 23:09:24 +0100 Subject: [PATCH] Move .emacs.d to emacs Since it's no longer placed directly in the home directory it doesn't need to be named exacly the same. --- Makefile | 2 +- {.emacs.d => emacs}/.gitignore | 0 {.emacs.d => emacs}/Makefile | 0 {.emacs.d => emacs}/eshell/Makefile | 0 {.emacs.d => emacs}/eshell/alias | 0 {.emacs.d => emacs}/gnus.el | 0 {.emacs.d => emacs}/init.el | 0 {.emacs.d => emacs}/init.org | 0 {.emacs.d => emacs}/site-lisp/Makefile | 0 {.emacs.d => emacs}/site-lisp/dzen.el | 0 {.emacs.d => emacs}/site-lisp/eltuki.el | 0 {.emacs.d => emacs}/site-lisp/ext.el | 0 {.emacs.d => emacs}/site-lisp/metalexpress.el | 0 {.emacs.d => emacs}/site-lisp/mu4e-init.el | 0 {.emacs.d => emacs}/site-lisp/newsticker-init.el | 0 {.emacs.d => emacs}/site-lisp/oni.el | 0 {.emacs.d => emacs}/site-lisp/org-init.el | 0 {.emacs.d => emacs}/site-lisp/quick-edit-mode.el | 0 {.emacs.d => emacs}/site-lisp/wm-init.el | 0 {.emacs.d => emacs}/snippets/Makefile | 0 {.emacs.d => emacs}/snippets/html-mode/Makefile | 0 {.emacs.d => emacs}/snippets/html-mode/for | 0 {.emacs.d => emacs}/snippets/html-mode/generic-block | 0 {.emacs.d => emacs}/snippets/org-mode/Makefile | 0 {.emacs.d => emacs}/snippets/org-mode/codeblock | 0 {.emacs.d => emacs}/snippets/org-mode/heading | 0 {.emacs.d => emacs}/snippets/org-mode/project | 0 {.emacs.d => emacs}/snippets/org-mode/snippet | 0 {.emacs.d => emacs}/snippets/python-mode/Makefile | 0 {.emacs.d => emacs}/snippets/python-mode/defm_empty | 0 {.emacs.d => emacs}/snippets/python-mode/form | 0 {.emacs.d => emacs}/snippets/python-mode/form_valid | 0 {.emacs.d => emacs}/snippets/python-mode/import_from | 0 {.emacs.d => emacs}/snippets/python-mode/permission_guard | 0 {.emacs.d => emacs}/snippets/python-mode/url | 0 35 files changed, 1 insertion(+), 1 deletion(-) rename {.emacs.d => emacs}/.gitignore (100%) rename {.emacs.d => emacs}/Makefile (100%) rename {.emacs.d => emacs}/eshell/Makefile (100%) rename {.emacs.d => emacs}/eshell/alias (100%) rename {.emacs.d => emacs}/gnus.el (100%) rename {.emacs.d => emacs}/init.el (100%) rename {.emacs.d => emacs}/init.org (100%) rename {.emacs.d => emacs}/site-lisp/Makefile (100%) rename {.emacs.d => emacs}/site-lisp/dzen.el (100%) rename {.emacs.d => emacs}/site-lisp/eltuki.el (100%) rename {.emacs.d => emacs}/site-lisp/ext.el (100%) rename {.emacs.d => emacs}/site-lisp/metalexpress.el (100%) rename {.emacs.d => emacs}/site-lisp/mu4e-init.el (100%) rename {.emacs.d => emacs}/site-lisp/newsticker-init.el (100%) rename {.emacs.d => emacs}/site-lisp/oni.el (100%) rename {.emacs.d => emacs}/site-lisp/org-init.el (100%) rename {.emacs.d => emacs}/site-lisp/quick-edit-mode.el (100%) rename {.emacs.d => emacs}/site-lisp/wm-init.el (100%) rename {.emacs.d => emacs}/snippets/Makefile (100%) rename {.emacs.d => emacs}/snippets/html-mode/Makefile (100%) rename {.emacs.d => emacs}/snippets/html-mode/for (100%) rename {.emacs.d => emacs}/snippets/html-mode/generic-block (100%) rename {.emacs.d => emacs}/snippets/org-mode/Makefile (100%) rename {.emacs.d => emacs}/snippets/org-mode/codeblock (100%) rename {.emacs.d => emacs}/snippets/org-mode/heading (100%) rename {.emacs.d => emacs}/snippets/org-mode/project (100%) rename {.emacs.d => emacs}/snippets/org-mode/snippet (100%) rename {.emacs.d => emacs}/snippets/python-mode/Makefile (100%) rename {.emacs.d => emacs}/snippets/python-mode/defm_empty (100%) rename {.emacs.d => emacs}/snippets/python-mode/form (100%) rename {.emacs.d => emacs}/snippets/python-mode/form_valid (100%) rename {.emacs.d => emacs}/snippets/python-mode/import_from (100%) rename {.emacs.d => emacs}/snippets/python-mode/permission_guard (100%) rename {.emacs.d => emacs}/snippets/python-mode/url (100%) diff --git a/Makefile b/Makefile index d0deef8..911aaf0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ export DESTDIR:=$(HOME) -modules=.emacs.d .config .conkerorrc .local .moc .mutt .ncmpcpp \ +modules=emacs .config .conkerorrc .local .moc .mutt .ncmpcpp \ .pentadactyl .sawfish .ssh .w3m .weechat .zsh xmonad objects=.bash_profile .beetsconfig .conky_box.lua .conkyrc .gitconfig \ .guile .hgrc .offlineimap.py .offlineimaprc .screenrc .scwmrc \ diff --git a/.emacs.d/.gitignore b/emacs/.gitignore similarity index 100% rename from .emacs.d/.gitignore rename to emacs/.gitignore diff --git a/.emacs.d/Makefile b/emacs/Makefile similarity index 100% rename from .emacs.d/Makefile rename to emacs/Makefile diff --git a/.emacs.d/eshell/Makefile b/emacs/eshell/Makefile similarity index 100% rename from .emacs.d/eshell/Makefile rename to emacs/eshell/Makefile diff --git a/.emacs.d/eshell/alias b/emacs/eshell/alias similarity index 100% rename from .emacs.d/eshell/alias rename to emacs/eshell/alias diff --git a/.emacs.d/gnus.el b/emacs/gnus.el similarity index 100% rename from .emacs.d/gnus.el rename to emacs/gnus.el diff --git a/.emacs.d/init.el b/emacs/init.el similarity index 100% rename from .emacs.d/init.el rename to emacs/init.el diff --git a/.emacs.d/init.org b/emacs/init.org similarity index 100% rename from .emacs.d/init.org rename to emacs/init.org diff --git a/.emacs.d/site-lisp/Makefile b/emacs/site-lisp/Makefile similarity index 100% rename from .emacs.d/site-lisp/Makefile rename to emacs/site-lisp/Makefile diff --git a/.emacs.d/site-lisp/dzen.el b/emacs/site-lisp/dzen.el similarity index 100% rename from .emacs.d/site-lisp/dzen.el rename to emacs/site-lisp/dzen.el diff --git a/.emacs.d/site-lisp/eltuki.el b/emacs/site-lisp/eltuki.el similarity index 100% rename from .emacs.d/site-lisp/eltuki.el rename to emacs/site-lisp/eltuki.el diff --git a/.emacs.d/site-lisp/ext.el b/emacs/site-lisp/ext.el similarity index 100% rename from .emacs.d/site-lisp/ext.el rename to emacs/site-lisp/ext.el diff --git a/.emacs.d/site-lisp/metalexpress.el b/emacs/site-lisp/metalexpress.el similarity index 100% rename from .emacs.d/site-lisp/metalexpress.el rename to emacs/site-lisp/metalexpress.el diff --git a/.emacs.d/site-lisp/mu4e-init.el b/emacs/site-lisp/mu4e-init.el similarity index 100% rename from .emacs.d/site-lisp/mu4e-init.el rename to emacs/site-lisp/mu4e-init.el diff --git a/.emacs.d/site-lisp/newsticker-init.el b/emacs/site-lisp/newsticker-init.el similarity index 100% rename from .emacs.d/site-lisp/newsticker-init.el rename to emacs/site-lisp/newsticker-init.el diff --git a/.emacs.d/site-lisp/oni.el b/emacs/site-lisp/oni.el similarity index 100% rename from .emacs.d/site-lisp/oni.el rename to emacs/site-lisp/oni.el diff --git a/.emacs.d/site-lisp/org-init.el b/emacs/site-lisp/org-init.el similarity index 100% rename from .emacs.d/site-lisp/org-init.el rename to emacs/site-lisp/org-init.el diff --git a/.emacs.d/site-lisp/quick-edit-mode.el b/emacs/site-lisp/quick-edit-mode.el similarity index 100% rename from .emacs.d/site-lisp/quick-edit-mode.el rename to emacs/site-lisp/quick-edit-mode.el diff --git a/.emacs.d/site-lisp/wm-init.el b/emacs/site-lisp/wm-init.el similarity index 100% rename from .emacs.d/site-lisp/wm-init.el rename to emacs/site-lisp/wm-init.el diff --git a/.emacs.d/snippets/Makefile b/emacs/snippets/Makefile similarity index 100% rename from .emacs.d/snippets/Makefile rename to emacs/snippets/Makefile diff --git a/.emacs.d/snippets/html-mode/Makefile b/emacs/snippets/html-mode/Makefile similarity index 100% rename from .emacs.d/snippets/html-mode/Makefile rename to emacs/snippets/html-mode/Makefile diff --git a/.emacs.d/snippets/html-mode/for b/emacs/snippets/html-mode/for similarity index 100% rename from .emacs.d/snippets/html-mode/for rename to emacs/snippets/html-mode/for diff --git a/.emacs.d/snippets/html-mode/generic-block b/emacs/snippets/html-mode/generic-block similarity index 100% rename from .emacs.d/snippets/html-mode/generic-block rename to emacs/snippets/html-mode/generic-block diff --git a/.emacs.d/snippets/org-mode/Makefile b/emacs/snippets/org-mode/Makefile similarity index 100% rename from .emacs.d/snippets/org-mode/Makefile rename to emacs/snippets/org-mode/Makefile diff --git a/.emacs.d/snippets/org-mode/codeblock b/emacs/snippets/org-mode/codeblock similarity index 100% rename from .emacs.d/snippets/org-mode/codeblock rename to emacs/snippets/org-mode/codeblock diff --git a/.emacs.d/snippets/org-mode/heading b/emacs/snippets/org-mode/heading similarity index 100% rename from .emacs.d/snippets/org-mode/heading rename to emacs/snippets/org-mode/heading diff --git a/.emacs.d/snippets/org-mode/project b/emacs/snippets/org-mode/project similarity index 100% rename from .emacs.d/snippets/org-mode/project rename to emacs/snippets/org-mode/project diff --git a/.emacs.d/snippets/org-mode/snippet b/emacs/snippets/org-mode/snippet similarity index 100% rename from .emacs.d/snippets/org-mode/snippet rename to emacs/snippets/org-mode/snippet diff --git a/.emacs.d/snippets/python-mode/Makefile b/emacs/snippets/python-mode/Makefile similarity index 100% rename from .emacs.d/snippets/python-mode/Makefile rename to emacs/snippets/python-mode/Makefile diff --git a/.emacs.d/snippets/python-mode/defm_empty b/emacs/snippets/python-mode/defm_empty similarity index 100% rename from .emacs.d/snippets/python-mode/defm_empty rename to emacs/snippets/python-mode/defm_empty diff --git a/.emacs.d/snippets/python-mode/form b/emacs/snippets/python-mode/form similarity index 100% rename from .emacs.d/snippets/python-mode/form rename to emacs/snippets/python-mode/form diff --git a/.emacs.d/snippets/python-mode/form_valid b/emacs/snippets/python-mode/form_valid similarity index 100% rename from .emacs.d/snippets/python-mode/form_valid rename to emacs/snippets/python-mode/form_valid diff --git a/.emacs.d/snippets/python-mode/import_from b/emacs/snippets/python-mode/import_from similarity index 100% rename from .emacs.d/snippets/python-mode/import_from rename to emacs/snippets/python-mode/import_from diff --git a/.emacs.d/snippets/python-mode/permission_guard b/emacs/snippets/python-mode/permission_guard similarity index 100% rename from .emacs.d/snippets/python-mode/permission_guard rename to emacs/snippets/python-mode/permission_guard diff --git a/.emacs.d/snippets/python-mode/url b/emacs/snippets/python-mode/url similarity index 100% rename from .emacs.d/snippets/python-mode/url rename to emacs/snippets/python-mode/url