summaryrefslogtreecommitdiff
path: root/dot-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'dot-emacs')
-rw-r--r--dot-emacs5
1 files changed, 5 insertions, 0 deletions
diff --git a/dot-emacs b/dot-emacs
index b4837d6..0291c63 100644
--- a/dot-emacs
+++ b/dot-emacs
@@ -23,6 +23,11 @@
(define-key key-translation-map (kbd "£") "#") ; hash
(define-key key-translation-map (kbd "H-3") (kbd "£")) ; pound
+;; Disable C-z - background process
+;; Unbind Pesky Sleep Button
+(global-unset-key [(control z)])
+(global-unset-key [(control x)(control z)])
+
;; IDO for auto-completion
(ido-mode 1)
(setq ido-enable-flex-matching t)