From 04770be267d79757426ace930b563e94210a35dc Mon Sep 17 00:00:00 2001 From: Manuel Amago Date: Wed, 10 Aug 2016 17:32:47 +0100 Subject: Add install script Creates home directory dot file symlinks to the repository files. --- dot-emacs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dot-emacs') 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) -- cgit v1.2.1