emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 403e149b25a1816cc94d85a857fb88d1a0ed41b2
parent 83fb43ef44a56a8ca0d50f70be6f6c78721f57d4
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon, 24 Feb 2020 15:47:39 +0300

remove magit bindings

Diffstat:
Minit.el | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/init.el b/init.el @@ -1,10 +1,6 @@ ;;; init.el ;;; Cem Keylan - -;; Magit bindings -(global-set-key (kbd "C-x g") 'magit-status) - ;; Line number binding (global-set-key (kbd "C-c r") 'linum-relative-mode)