From 217713c877ed921b560e1e80429c1f1da442e143 Mon Sep 17 00:00:00 2001 From: Paul Montague Date: Sat, 23 Dec 2017 00:52:32 +0100 Subject: [PATCH] std.el & std_comment.el bug on specific environment solved --- installation/.files/.emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/.files/.emacs b/installation/.files/.emacs index 2081a3e..fc7119b 100644 --- a/installation/.files/.emacs +++ b/installation/.files/.emacs @@ -2,5 +2,5 @@ ;; EPITECH CONFIG ;; ---------------------------------- (add-to-list 'load-path "~/.emacs.d/lisp") -(load "std.el") -(load "std_comment.el") +(load "~/.emacs.d/epitech/std.el") +(load "~/.emacs.d/epitech/std_comment.el")