summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-04 01:33:09 +0100
committerGravatar Tom Willemsen2013-01-04 01:33:09 +0100
commit5014e72d7ef211ff295e3564dcdceb26162b1dcf (patch)
treec968daf7058037b2dd798a4c023d361b343d4a41
parent1be69078ad8c1af62de79b80345a72d2b8490b04 (diff)
downloaddotfiles-5014e72d7ef211ff295e3564dcdceb26162b1dcf.tar.gz
dotfiles-5014e72d7ef211ff295e3564dcdceb26162b1dcf.zip
Emacs: move some stuff to init.org
-rw-r--r--.emacs.d/init.el22
1 files changed, 0 insertions, 22 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index cd9c9b5..62d5b41 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -8,28 +8,6 @@
(load (concat user-emacs-directory "init2"))
-(define-key key-translation-map (kbd "C-j") (kbd "C-l"))
-(define-key key-translation-map (kbd "C-l") (kbd "C-j"))
-
-(defalias 'yes-or-no-p 'y-or-n-p)
-(defalias 'list-buffers 'ibuffer)
-(defalias 'dabbrev-expand 'hippie-expand)
-
-(defface git-commit-summary-face
- '((t (:inherit org-level-1)))
- "Face for the git title line."
- :group 'local)
-
-(defface git-commit-overlong-summary-face
- '((t (:background "#873732")))
- "Face for commit titles that are too long."
- :group 'local)
-
-(defface git-commit-nonempty-second-line-face
- '((t (:inherit git-commit-overlong-summary-face)))
- "Face for the supposedly empty line in commit messages."
- :group 'local)
-
(eval-after-load "eldoc"
'(diminish 'eldoc-mode))