diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/elisp/my-work.el (renamed from emacs/lisp/my-work.el) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/lisp/my-work.el b/emacs/elisp/my-work.el index a9a4e39..bdd917c 100644 --- a/emacs/lisp/my-work.el +++ b/emacs/elisp/my-work.el @@ -2,7 +2,7 @@ ;;; Commentary: ;;; Code: -(defun fcuny/check-work-machine-p () +(defun my/check-work-machine-p () "Return t if this is a work machine." (string-match "HQ\\.*" (system-name))) |