|
|
|
|
@ -201,6 +201,8 @@ |
|
|
|
|
(select-frame-on-activity (kde-current-activity)) |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
;; Rehab |
|
|
|
|
|
|
|
|
|
;; stop using the arrow keys |
|
|
|
|
;; mark the date 30/1/2014 |
|
|
|
|
(global-unset-key [left]) |
|
|
|
|
@ -208,8 +210,17 @@ |
|
|
|
|
(global-unset-key [right]) |
|
|
|
|
(global-unset-key [down]) |
|
|
|
|
|
|
|
|
|
;; remove mouse-binding. Keyboard is faster |
|
|
|
|
(global-unset-key (kbd "<mouse-1>")) |
|
|
|
|
(global-unset-key (kbd "<down-mouse-1>")) |
|
|
|
|
(global-unset-key (kbd "<drag-mouse-1>")) |
|
|
|
|
|
|
|
|
|
;; Rehab |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;;Remove insanely irritating key-binding |
|
|
|
|
(global-unset-key (kbd "C-z")) |
|
|
|
|
(global-unset-key (kbd "C-x f")) |
|
|
|
|
|
|
|
|
|
(require 'visible-mark) |
|
|
|
|
(visible-mark-mode t) |
|
|
|
|
|