This commit is contained in:
Kashish Sharma 2015-03-24 03:39:22 +05:30
parent f8c49ef01a
commit feb140ae31
1 changed files with 3 additions and 0 deletions

View File

@ -341,6 +341,9 @@
(require 'fullscreen-mode)
(fullscreen-mode 1)
;;;; magit
(require 'magit)
(global-set-key (kbd "C-x m") 'magit-status)
;;;; recentf
(require 'recentf)