From 1f6d45d783899beb5b42d7cf96760ebe72d4f7ee Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 7 Oct 2022 22:39:43 -0700 Subject: [PATCH] Add recentf to gitignore, automatically generated custom.el stuff. --- .gitignore | 1 + elisp/custom.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a7ad8ca..335c11a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # -*- mode: gitignore; -*- private.el +recentf *~ \#*\# /.emacs.desktop diff --git a/elisp/custom.el b/elisp/custom.el index 805c08c..3a9e580 100644 --- a/elisp/custom.el +++ b/elisp/custom.el @@ -4,7 +4,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(counsel rainbow-identifiers exwm-config all-the-icons-ibuffer slime ivy zerodark-theme zerodark neotree all-the-icons paredit flycheck aggressive-indent aggressive-indent-mode lsp-python-ms py-autopep8 pyenv-mode elpy lsp-ui use-package))) + '(hl-defined counsel rainbow-identifiers exwm-config all-the-icons-ibuffer slime ivy zerodark-theme zerodark neotree all-the-icons paredit flycheck aggressive-indent aggressive-indent-mode lsp-python-ms py-autopep8 pyenv-mode elpy lsp-ui use-package))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.