From f501d7b6fd65cfd61fffeac30c862657b2901a0d Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 23 Mar 2024 13:28:42 +0000 Subject: [PATCH] hotfix: remove load to `init` in init.el --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 012bf19..917de61 100644 --- a/init.el +++ b/init.el @@ -54,7 +54,6 @@ ;; Load user configuration (add-to-list 'load-path (concat user-emacs-directory (convert-standard-filename "../diancite/"))) -(load "init") ;; Load the code of some external files (load "interface")