diff options
Diffstat (limited to 'dot-emacs')
| -rw-r--r-- | dot-emacs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |
