Sometimes, I want to force everyone to use Emacs, and put this bit of magic into their default site-start.el:
(defun yank () (interactive) (insert "Copy/Paste isn't allowed!"))
Life could so much simpler…
Sometimes, I want to force everyone to use Emacs, and put this bit of magic into their default site-start.el:
(defun yank () (interactive) (insert "Copy/Paste isn't allowed!"))
Life could so much simpler…
Comment (1)
good one! :D