From 9f1defa84a31b4a405db9da7f5c8a8dc526efcb0 Mon Sep 17 00:00:00 2001 From: Hane Date: Sat, 25 Nov 2023 19:44:38 +0100 Subject: [PATCH] loading roleplay.el at startup --- linux/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/init.el b/linux/init.el index cf4dbf5..d438a17 100644 --- a/linux/init.el +++ b/linux/init.el @@ -265,3 +265,5 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) + +(load "~/.emacs.d/roleplay.el")