hotfix: remove load to init in init.el

This commit is contained in:
Muhammad Nauman Raza 2024-03-23 13:28:42 +00:00
parent c3e3928159
commit f501d7b6fd
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE

View file

@ -54,7 +54,6 @@
;; Load user configuration ;; Load user configuration
(add-to-list 'load-path (concat user-emacs-directory (add-to-list 'load-path (concat user-emacs-directory
(convert-standard-filename "../diancite/"))) (convert-standard-filename "../diancite/")))
(load "init")
;; Load the code of some external files ;; Load the code of some external files
(load "interface") (load "interface")