From 0e63bc2b9df9ec938d9673b98867e4a20859e365 Mon Sep 17 00:00:00 2001 From: Matt Laine Date: Sun, 11 Sep 2022 17:38:13 -0400 Subject: [PATCH] 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. --- .emacs.d.gnu/init.el | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.emacs.d.gnu/init.el b/.emacs.d.gnu/init.el index d9b5544..67a3b13 100644 --- a/.emacs.d.gnu/init.el +++ b/.emacs.d.gnu/init.el @@ -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. - )