From 90444dfc639a04de72a6b29846a5be11556eb484 Mon Sep 17 00:00:00 2001 From: "ovchinnikov.ii" Date: Thu, 27 Nov 2025 22:44:54 +0300 Subject: [PATCH] fixed typo --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 0b2de56..a51be9d 100644 --- a/emacs.el +++ b/emacs.el @@ -1,7 +1,7 @@ ;; Initializations (require 'package) -(let ((default-directory "~/emacs-ii/emacs.d/")) +(let ((default-directory "~/.emacs-ii/emacs.d/")) (normal-top-level-add-subdirs-to-load-path)) (load-library "init-hooks") (load-library "init-funcs")