Move Magit settings for Windows to emacs-config
This commit is contained in:
parent
62bc70ee23
commit
b06eddf117
1 changed files with 0 additions and 4 deletions
|
@ -30,7 +30,6 @@
|
|||
|
||||
(require 'find-dired)
|
||||
(require 'grep)
|
||||
(require 'magit)
|
||||
(require 'alert)
|
||||
(require 'fill-column-indicator)
|
||||
(require 'sort))
|
||||
|
@ -58,9 +57,6 @@
|
|||
(setq alert-toaster-command "U:/projects/toaster/toast/bin/Release/toast.exe")
|
||||
(setq alert-toaster-default-icon "c:/Users/WillemsenT/Emacs-25.1-2/share/emacs/25.1/etc/images/icons/hicolor/48x48/apps/emacs.png"))
|
||||
|
||||
(with-eval-after-load 'magit
|
||||
(setq magit-git-executable "c:/msys64/usr/bin/git.exe"))
|
||||
|
||||
(with-eval-after-load 'vc
|
||||
(require 'vc-p4))
|
||||
|
||||
|
|
Loading…
Reference in a new issue