Remove Magit repositories
This commit is contained in:
parent
83ecb87645
commit
54e20121be
|
@ -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
|
||||
|
|
4
init.el
4
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.
|
||||
|
|
Loading…
Reference in New Issue