summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-11-22 00:18:04 -0500
committerAmin Bandali <bandali@gnu.org>2020-11-22 00:18:04 -0500
commitb0d54e4ea8219eaefe380b67365f0384ad280e36 (patch)
tree0986983a48551b924c56de6be3b22c8ca1039c94 /.emacs.d/init.el
parentb85d4b369079ac2b874f348319ca85dda0dddc90 (diff)
downloadconfigs-b0d54e4ea8219eaefe380b67365f0384ad280e36.tar.gz
configs-b0d54e4ea8219eaefe380b67365f0384ad280e36.tar.xz
configs-b0d54e4ea8219eaefe380b67365f0384ad280e36.zip
Remove (unused) magit config
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el2
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"))