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))