From 928cb09356fb869a3bf4346674b04536bd0f9d48 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 23 Mar 2022 19:12:37 -0700 Subject: init: simplify loading libraries --- emacs/lisp/my-work.el | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 emacs/lisp/my-work.el (limited to 'emacs/lisp') diff --git a/emacs/lisp/my-work.el b/emacs/lisp/my-work.el deleted file mode 100644 index a9a4e39..0000000 --- a/emacs/lisp/my-work.el +++ /dev/null @@ -1,10 +0,0 @@ -;;; my-work.el --- Functions related to work -;;; Commentary: -;;; Code: - -(defun fcuny/check-work-machine-p () - "Return t if this is a work machine." - (string-match "HQ\\.*" (system-name))) - -(provide 'my-work) -;;; my-work.el ends here -- cgit 1.4.1