From 5014e72d7ef211ff295e3564dcdceb26162b1dcf Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 4 Jan 2013 01:33:09 +0100 Subject: Emacs: move some stuff to init.org --- .emacs.d/init.el | 22 ---------------------- 1 file changed, 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)) -- cgit v1.2.3-54-g00ecf