From 54e20121bedfd0aa676bf52f3e625d0878949f3a Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 1 Aug 2021 19:09:23 +0100 Subject: [PATCH] Remove Magit repositories --- config.el | 4 ---- init.el | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/config.el b/config.el index 25d31d0..03b70bf 100644 --- a/config.el +++ b/config.el @@ -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 diff --git a/init.el b/init.el index 4ac9235..bdf817b 100644 --- a/init.el +++ b/init.el @@ -192,9 +192,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(org-agenda-files - (quote - ("~/Sync/Notes/Personal.org" "~/Sync/Notes/Education.org" "~/Sync/Projects/Titank/Organization.org" "~/Sync/Notes/Uni.org" "~/Sync/Notes/Projects.org")))) + ) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.