Dr. Werner Fink 2014-01-15 10:31:55 +00:00 committed by Git OBS Bridge
parent 9a7ea926e3
commit d3bac6a713
3 changed files with 8 additions and 3 deletions

View File

@ -424,8 +424,8 @@
;;
(global-set-key [S-left] 'backward-char)
(global-set-key [S-right] 'forward-char)
(global-set-key [S-up] 'previous-line)
(global-set-key [S-down] 'next-line)
; (global-set-key [S-up] 'previous-line)
; (global-set-key [S-down] 'next-line)
;;
(global-set-key [find] 'isearch-forward) ; Search
(global-set-key [select] 'set-mark-command) ; Mark

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 15 10:31:16 UTC 2014 - werner@suse.de
- Do not reassign S-up and S-down anymore (bnc#858430)
-------------------------------------------------------------------
Tue Dec 3 11:00:44 UTC 2013 - werner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package emacs
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed