diff options
author | 2020-11-22 00:18:04 -0500 | |
---|---|---|
committer | 2020-11-22 00:18:04 -0500 | |
commit | b0d54e4ea8219eaefe380b67365f0384ad280e36 (patch) | |
tree | 0986983a48551b924c56de6be3b22c8ca1039c94 /.emacs.d/init.el | |
parent | b85d4b369079ac2b874f348319ca85dda0dddc90 (diff) | |
download | configs-b0d54e4ea8219eaefe380b67365f0384ad280e36.tar.gz configs-b0d54e4ea8219eaefe380b67365f0384ad280e36.tar.xz configs-b0d54e4ea8219eaefe380b67365f0384ad280e36.zip |
Remove (unused) magit config
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f290909..997e6cf 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -568,8 +568,6 @@ Make N (default: 1) copies of the current line or region." (require 'bandali-theme) -;; (require 'bandali-magit) - ;; recently opened files (csetq recentf-max-saved-items 2000 recentf-save-file (b/var "recentf-save.el")) |