forked from pool/emacs
.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=47
This commit is contained in:
parent
68bc7e21d7
commit
06f8895358
@ -139,7 +139,10 @@
|
|||||||
(line-number-mode 1)
|
(line-number-mode 1)
|
||||||
(global-set-key "\e\?" 'goto-line)
|
(global-set-key "\e\?" 'goto-line)
|
||||||
(column-number-mode 1)
|
(column-number-mode 1)
|
||||||
(setq-default inhibit-eol-conversion t)
|
;;
|
||||||
|
;; User can cutomize that: Just show e.g. DOS files with CR/NL
|
||||||
|
;; ----------------------
|
||||||
|
; (setq-default inhibit-eol-conversion t)
|
||||||
(setq-default require-final-newline "ask")
|
(setq-default require-final-newline "ask")
|
||||||
;;
|
;;
|
||||||
;; Specials for X Window System
|
;; Specials for X Window System
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 21 16:42:06 CET 2010 - werner@suse.de
|
||||||
|
|
||||||
|
- Do not iset inhibit-eol-conversion, user can customize this
|
||||||
|
to see the CR/NL at the end of DOS files (bnc#656190)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 18 11:10:16 CET 2010 - werner@suse.de
|
Thu Nov 18 11:10:16 CET 2010 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user