Update ignore files & data location
This commit is contained in:
parent
40f183fcd6
commit
a3a72400b0
3 changed files with 6 additions and 1 deletions
3
.config/doom/.gitignore
vendored
Normal file
3
.config/doom/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
init.el
|
||||||
|
local.el
|
||||||
|
packages.el
|
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
(setq org-image-actual-width 300)
|
(setq org-image-actual-width 300)
|
||||||
|
|
||||||
(defvar user-data-dir "~/data")
|
(defvar user-data-dir "~/data" "Location of the main user data")
|
||||||
|
|
||||||
;; If you use `org' and don't want your org files in the default location below,
|
;; If you use `org' and don't want your org files in the default location below,
|
||||||
;; change `org-directory'. It must be set before org loads!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
|
|
2
.ignore
2
.ignore
|
@ -1,2 +1,4 @@
|
||||||
|
data/
|
||||||
daten/
|
daten/
|
||||||
|
games/
|
||||||
.cache/
|
.cache/
|
||||||
|
|
Loading…
Add table
Reference in a new issue