The difference between ignorance and apathy? I don't know, and I couldn't care less.
;; load man pages when on a word and F1 is pressed (global-set-key [(f1)] (lambda () (interactive) (manual-entry (current-word)))
;; disable backup (setq backup-inhibited t)
;; disable auto save (setq auto-save-default nil)
;; map go to line (global-set-key "C-l" 'goto-line)