mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
customized magit local branch name behaviour, and added additional repo dirs
This commit is contained in:
@@ -50,7 +50,8 @@
|
||||
'(icomplete-mode t)
|
||||
'(ispell-program-name "aspell")
|
||||
'(magit-completing-read-function (quote magit-ido-completing-read))
|
||||
'(magit-repo-dirs (quote ("~/Projects")))
|
||||
'(magit-default-tracking-name-function (quote magit-default-tracking-name-branch-only))
|
||||
'(magit-repo-dirs (quote ("~/Projects" "~/.dotfiles" "~/.emacs.d")))
|
||||
'(magit-status-buffer-switch-function (quote switch-to-buffer))
|
||||
'(markdown-command "redcarpet")
|
||||
'(ns-tool-bar-display-mode nil t)
|
||||
|
||||
Reference in New Issue
Block a user