(use-package magit-blame
:commands magit-blame-mode)
+ (use-package magit-filenotify
+ :ensure magit-filenotify)
+
+ (use-package magit-svn
+ :ensure magit-svn
+ :commands (magit-svn-mode
+ turn-on-magit-svn))
+
(add-hook 'magit-mode-hook 'hl-line-mode)
(defun magit-status-with-prefix ()
(interactive)
(let ((current-prefix-arg '(4)))
(call-interactively 'magit-status)))
+ (use-package magit-find-file
+ :ensure magit-find-file
+ :defer t
+ :init
+ (progn
+ (bind-key "C-x C-f" 'magit-find-file-completing-read magit-mode-map)))
)
:config
(progn
#'(lambda ()
(set-fill-column 72)
(flyspell-mode)))
-
- (use-package magit-filenotify
- :ensure magit-filenotify
- :diminish (magit-filenotify-mode "MF")
- :commands (magit-filenotify-mode)
- :init
- (progn
- (add-hook 'magit-mode-hook 'magit-filenotify-mode))
- )
-
- (use-package magit-svn
- :ensure magit-svn
- :commands (magit-svn-mode
- turn-on-magit-svn))
-
- (use-package magit-find-file
- :ensure magit-find-file
- :defer t
- :init
- (progn
- (bind-key "C-x C-f" 'magit-find-file-completing-read magit-mode-map)))))
+ ))
#+END_SRC
** markdown-mode
[2014-05-20 Tue 23:04]