From 9a991204d9003adb20223cd0340e657e2f5cbc8f Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 13 Jan 2023 02:42:39 +0200 Subject: init.el:Remove secret --- .emacs.d/init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a445dac..e1674d3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -68,8 +68,7 @@ circe eshell-syntax-highlighting pdf-tools - mastodon) - "List of my favorite packages") + mastodon)) (defvar my-missing-packages '() "List populated at each startup that contains the list of packages that need @@ -96,7 +95,7 @@ to be installed.") (load "functions.el") (load "keys.el") (load "all-the-icons-dired.el") -(load "secret") +;(load "secret") (load "exwm-holyK-firefox") (load "org-config") (load-file custom-file) ;; Load custom.el -- cgit v1.2.3