diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-03-23 19:12:37 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-03-23 19:12:37 -0700 |
| commit | 928cb09356fb869a3bf4346674b04536bd0f9d48 (patch) | |
| tree | 13f077017b25ac0ba3bc3696dbe7b9bbb130175c /emacs/lisp | |
| parent | rename a few more libraries (diff) | |
| download | emacs.d-928cb09356fb869a3bf4346674b04536bd0f9d48.tar.gz | |
init: simplify loading libraries
Diffstat (limited to 'emacs/lisp')
| -rw-r--r-- | emacs/lisp/my-work.el | 10 |
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 |
