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.