Add gitignore and autogen custom el.

This commit is contained in:
jgrogan 2024-05-31 09:19:01 +01:00
parent 81b7d08744
commit 5c17a7d184
2 changed files with 15 additions and 1 deletions

3
.gitignore vendored
View file

@ -48,4 +48,5 @@ flycheck_*.el
# network security
/network-security.data
elpa
projectile-bookmarks.eld

13
emacs/.emacs.d/custom.el Normal file
View file

@ -0,0 +1,13 @@
(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.
'(package-selected-packages
'(visual-fill-column org-bullets treemacs-icons-dired treemacs-projectile treemacs-all-the-icons treemacs emms evil-collection evil magit counsel-projectile projectile markdown-mode which-key rainbow-delimiters doom-modeline doom-themes all-the-icons ivy)))
(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.
)