(Emacs|General)+all of .config from my Emacs config
The .config folder stores the configurations generated by various packages. For the purposes of cleanliness and also generalisation I might as well VC it.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,7 +7,6 @@ TAGS
|
||||
/Emacs/.config/emacs/elpa/
|
||||
/Doom/.config/doom/org/*.el
|
||||
/Doom/.config/doom/modules/private/bindings/*.el
|
||||
/Emacs/.config/emacs/.config
|
||||
/Emacs/.config/emacs/.local
|
||||
/Emacs/.config/emacs/.mail/
|
||||
/Doom/.config/doom/bookmarks
|
||||
|
||||
12
Emacs/.config/emacs/.config/custom.el
Normal file
12
Emacs/.config/emacs/.config/custom.el
Normal file
@@ -0,0 +1,12 @@
|
||||
(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.
|
||||
'(safe-local-variable-values '((projectile-globally-ignored-files "TAGS"))))
|
||||
(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.
|
||||
)
|
||||
BIN
Emacs/.config/emacs/.config/dashboard/logo-src.png
Normal file
BIN
Emacs/.config/emacs/.config/dashboard/logo-src.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
BIN
Emacs/.config/emacs/.config/dashboard/logo.png
Normal file
BIN
Emacs/.config/emacs/.config/dashboard/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
BIN
Emacs/.config/emacs/.config/dashboard/logo2.png
Normal file
BIN
Emacs/.config/emacs/.config/dashboard/logo2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user