.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=136
This commit is contained in:
parent
9a7ea926e3
commit
d3bac6a713
@ -424,8 +424,8 @@
|
|||||||
;;
|
;;
|
||||||
(global-set-key [S-left] 'backward-char)
|
(global-set-key [S-left] 'backward-char)
|
||||||
(global-set-key [S-right] 'forward-char)
|
(global-set-key [S-right] 'forward-char)
|
||||||
(global-set-key [S-up] 'previous-line)
|
; (global-set-key [S-up] 'previous-line)
|
||||||
(global-set-key [S-down] 'next-line)
|
; (global-set-key [S-down] 'next-line)
|
||||||
;;
|
;;
|
||||||
(global-set-key [find] 'isearch-forward) ; Search
|
(global-set-key [find] 'isearch-forward) ; Search
|
||||||
(global-set-key [select] 'set-mark-command) ; Mark
|
(global-set-key [select] 'set-mark-command) ; Mark
|
||||||
|
@ -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
|
Tue Dec 3 11:00:44 UTC 2013 - werner@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package emacs
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user