(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:
2021-07-25 15:44:55 +01:00
parent 67a4addcd0
commit d59c38f134
5 changed files with 12 additions and 1 deletions

1
.gitignore vendored
View File

@@ -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

View 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.
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB