j emacs: configure magit
This commit is contained in:
parent
c734bb4db0
commit
f6670ed74f
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user