From 268592fef7c03cd5e9cc45cdfefb32160472bbea Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Feb 2025 17:48:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(work)=20Work=20machine=20has=20?= =?UTF-8?q?a=20different=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index c8558f6..1a41afe 100644 --- a/config.org +++ b/config.org @@ -46,14 +46,15 @@ For using the Macbook keyboard effectively with Emacs I made some adjustments ba ** System Detection -My work machine is called “knuth” and there is some configuration which I only want there. +My work machine is called “mccarthy” and there is some configuration which I only want there. #+begin_src emacs-lisp (defun mmk2410/work () "Return t if machine is my work machine" - (string-equal (system-name) "knuth")) + (string-equal (system-name) "mccarthy")) #+end_src + ** Personal Information #+begin_src emacs-lisp