From 1e7b3540ae19d428f86ed45f621fe78ed8630e97 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 7 Oct 2019 00:27:28 +0200 Subject: [PATCH] update custom.el - maybe I should ignore it --- emacs/.emacs.d/custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/custom.el b/emacs/.emacs.d/custom.el index 218ca07..a879f7a 100644 --- a/emacs/.emacs.d/custom.el +++ b/emacs/.emacs.d/custom.el @@ -5,7 +5,7 @@ ;; If there is more than one, they won't work right. '(package-selected-packages (quote - (company which-key use-package org-bullets ivy-rich git-gutter general forge evil-magit evil-collection doom-themes doom-modeline diminish counsel-projectile)))) + (restart-emacs company which-key use-package org-bullets ivy-rich git-gutter general forge evil-magit evil-collection doom-themes doom-modeline diminish counsel-projectile)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.