home-manager: inital commit
This commit is contained in:
parent
faaaa3d324
commit
24717f490e
31 changed files with 1560 additions and 0 deletions
19
home/dev/doom.d/custom.el
Normal file
19
home/dev/doom.d/custom.el
Normal file
|
@ -0,0 +1,19 @@
|
|||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; 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.
|
||||
'(custom-safe-themes
|
||||
'("f0eb51d80f73b247eb03ab216f94e9f86177863fb7e48b44aacaddbfe3357cf1" "ab058aa22bdaf17b5d8a9e21632a62c8966728ae10ef8fd07e95637e9cdf7a7b" default))
|
||||
'(gdscript-godot-executable "/Applications/Godot.app/Contents/MacOS/Godot")
|
||||
'(org-agenda-files
|
||||
'("c:/Users/Evar/.syncthing/evar-org-work/daily-reviews.org" "c:/Users/Evar/.syncthing/evar-org-work/work.org" "c:/Users/Evar/.syncthing/evar-org-work/standups.org") t)
|
||||
'(org-babel-remote-temporary-directory "/tmp/")
|
||||
'(package-selected-packages '(company-quickhelp)))
|
||||
(custom-set-faces
|
||||
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; 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.
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue