From 2fa1d16262cbf08e87cb4aeaef23bdb02d46d722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sun, 27 Oct 2024 17:34:08 -0700 Subject: emacs: rm magit.el --- .emacs.d/rul-init.d/magit.el | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .emacs.d/rul-init.d/magit.el (limited to '.emacs.d') diff --git a/.emacs.d/rul-init.d/magit.el b/.emacs.d/rul-init.d/magit.el deleted file mode 100644 index 11370e5..0000000 --- a/.emacs.d/rul-init.d/magit.el +++ /dev/null @@ -1,18 +0,0 @@ -;; Debian packages: elpa-magit - -(use-package magit - :ensure t - :bind - (("C-c g s" . magit-status) - ("C-c g b" . magit-blame)) - :config - (progn - (defun inkel/magit-log-edit-mode-hook () - (flyspell-mode t) - (turn-on-auto-fill)) - (defadvice magit-status (around magit-fullscreen activate) - (window-configuration-to-register :magit-fullscreen) - ad-do-it - (delete-other-windows)))) - -(add-to-list 'project-switch-commands '(magit-project-status "Magit" "m")) -- cgit v1.2.3