j emacs: configure magit

This commit is contained in:
jeschli 2019-09-11 20:57:18 +00:00
parent c734bb4db0
commit f6670ed74f

View File

@ -42,6 +42,10 @@ let
(ido-mode t) (ido-mode t)
''; '';
magit = ''
(global-set-key (kbd "C-x g") 'magit-status) ; "Most Magit commands are commonly invoked from the status buffer"
'';
windowCosmetics = '' windowCosmetics = ''
(menu-bar-mode -1) (menu-bar-mode -1)
(tool-bar-mode -1) ; Disable the button bar atop screen (tool-bar-mode -1) ; Disable the button bar atop screen
@ -83,6 +87,7 @@ let
${evilMode} ${evilMode}
${goMode} ${goMode}
${ido} ${ido}
${magit}
${packageRepos} ${packageRepos}
${orgMode} ${orgMode}
${recentFiles} ${recentFiles}