Remove autogenerated config from init.el.

Reason: this config will be autogenerated upon initialization of Emacs
with the current literate config file. If it exists and changes are
later made to config.org, it may break initialization upon Emacs
startup.
This commit is contained in:
Matt Laine 2022-09-11 17:38:13 -04:00
parent 86eaea447a
commit 0e63bc2b9d
1 changed files with 0 additions and 14 deletions

View File

@ -3,17 +3,3 @@
"config.org"
user-emacs-directory))
(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
'(LaTeX-mode writeroom-mode perspective neotree evil-tutor elfeed-goodies sudo-edit ox-man dired smex org-tempo all-the-icons-dired which-key vterm use-package toc-org projectile peep-dired org-bullets magit-todos magit-lfs ivy-rich ivy-posframe haskell-mode general evil-collection eshell-syntax-highlighting doom-themes doom-modeline dired-open dashboard counsel))
'(persp-mode t))
(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.
)