From 5ab6ebb1cc5ed827a4cf3645a68079ced87a14f6 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 14 Jun 2023 17:42:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(Work)=20Include=20work-specific=20?= =?UTF-8?q?config=20on=20work=20machines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.org b/config.org index 2f9f985..47244b1 100644 --- a/config.org +++ b/config.org @@ -2634,3 +2634,13 @@ Since version 27 Emacs features a tab bar. In contrast to e.g. a browser a tab d :load-path "packages/" :bind ("C-c f" . mmk2410/tab-bar/body)) #+end_src + +* Work + +For my workplace I have some additional packages and configuration that I keep in an own file. + +#+begin_src emacs-lisp +(if (mmk2410/work) + (org-babel-load-file + (expand-file-name "work/config.org" user-emacs-directory))) +#+end_src