summary refs log tree commit diff
path: root/emacs/lisp/my-work.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/lisp/my-work.el')
-rw-r--r--emacs/lisp/my-work.el10
1 files changed, 0 insertions, 10 deletions
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