From d0aea0565eb2e3435e5397da9217b6f8d42cdf59 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:02:54 -0400 Subject: [PATCH] Fix init.el issue --- .gitignore | 3 ++- init.el | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aacd7a9..f8358fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /lisp /var /etc -/eln-cache \ No newline at end of file +/eln-cache +/user-init.el \ No newline at end of file diff --git a/init.el b/init.el index 3ab623a..a9b512c 100644 --- a/init.el +++ b/init.el @@ -16,6 +16,7 @@ ;;; package: Set package archives for package installation (progn + (require 'package) (setq package-enable-at-startup nil) (setq package-quickstart nil)