(Work) Include work-specific config on work machines
Publish / publish (push) Successful in 12s Details

This commit is contained in:
Marcel Kapfer 2023-06-14 17:42:56 +02:00
parent 82f9c7d6ba
commit 5ab6ebb1cc
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 10 additions and 0 deletions

View File

@ -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