Remove Magit repositories

This commit is contained in:
2021-08-01 19:09:23 +01:00
parent 83ecb87645
commit 54e20121be
2 changed files with 1 additions and 7 deletions

View File

@@ -12,10 +12,6 @@
(setq backup-directory-alist `(("." . "~/.cache"))
auto-save-list-file-prefix
(concat "~/.cache/emacs"))
;; Set Magit repositories
(setq magit-repository-directories '(("~/Projects" . 3)
("~/.dotfiles" . 0)
("~/.doom.d" . 0)))
;; Load org configuration
(after! org (load! "+org"))
;; Enter writeroom and disable completion and line numbers in Markdown