summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-22 08:02:38 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-22 08:02:38 -0700
commitecb174b17a28caf7f5d570ee461c73902f61e309 (patch)
treed9183a14ee17a9ee10d1cc5fcce8bb5743cce00a /emacs/custom
parentinit: load custom commands last (diff)
downloademacs.d-ecb174b17a28caf7f5d570ee461c73902f61e309.tar.gz
work: manage work related functions
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-defuns.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/custom/fcuny-defuns.el b/emacs/custom/fcuny-defuns.el
index 974d8c8..0c358ce 100644
--- a/emacs/custom/fcuny-defuns.el
+++ b/emacs/custom/fcuny-defuns.el
@@ -11,10 +11,6 @@
     (mark-whole-buffer)
     (copy-region-as-kill 1 (buffer-size))))
 
-(defun fcuny/check-work-machine-p ()
-  "Returns t if this is a work machine"
-  (string-match "HQ\\.*" (system-name)))
-
 ;; from https://karl-voit.at/2014/08/10/bookmarks-with-orgmode/
 (defun fcuny/string-replace (this withthat in)
   "replace THIS with WITHTHAT' in the string IN"