Use custom-set-variables for customizable variables in .emacs (#716440).
Move frame-title-format default from .emacs to default.el (#716443).
This commit is contained in:
parent
9c6ebc6995
commit
0f6ddf4817
@ -4,3 +4,5 @@
|
|||||||
;;; prevents loading of this file. Also the "-q" option to emacs
|
;;; prevents loading of this file. Also the "-q" option to emacs
|
||||||
;;; prevents both "~/.emacs" and this file from being loaded at startup.
|
;;; prevents both "~/.emacs" and this file from being loaded at startup.
|
||||||
|
|
||||||
|
;; default to better frame titles
|
||||||
|
(setq-default frame-title-format (concat "%b - emacs@" (system-name)))
|
||||||
|
19
dotemacs.el
19
dotemacs.el
@ -1,17 +1,12 @@
|
|||||||
;; .emacs
|
;; .emacs
|
||||||
|
|
||||||
;;; uncomment this line to disable loading of "default.el" at startup
|
(custom-set-variables
|
||||||
;; (setq inhibit-default-init t)
|
;; uncomment to always end a file with a newline
|
||||||
|
;'(require-final-newline t)
|
||||||
;; default to better frame titles
|
;; uncomment to disable loading of "default.el" at startup
|
||||||
(setq frame-title-format
|
;'(inhibit-default-init t)
|
||||||
(concat "%b - emacs@" (system-name)))
|
;; default to unified diffs
|
||||||
|
'(diff-switches "-u"))
|
||||||
;; default to unified diffs
|
|
||||||
(setq diff-switches "-u")
|
|
||||||
|
|
||||||
;; always end a file with a newline
|
|
||||||
;(setq require-final-newline 'query)
|
|
||||||
|
|
||||||
;;; uncomment for CJK utf-8 support for non-Asian users
|
;;; uncomment for CJK utf-8 support for non-Asian users
|
||||||
;; (require 'un-define)
|
;; (require 'un-define)
|
||||||
|
@ -3,7 +3,7 @@ Summary: GNU Emacs text editor
|
|||||||
Name: emacs
|
Name: emacs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 23.3
|
Version: 23.3
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/emacs/
|
URL: http://www.gnu.org/software/emacs/
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
@ -426,6 +426,10 @@ update-desktop-database &> /dev/null || :
|
|||||||
%dir %{_datadir}/emacs/site-lisp/site-start.d
|
%dir %{_datadir}/emacs/site-lisp/site-start.d
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 30 2011 Ville Skyttä <ville.skytta@iki.fi> - 1:23.3-7
|
||||||
|
- Use custom-set-variables for customizable variables in .emacs (#716440).
|
||||||
|
- Move frame-title-format default from .emacs to default.el (#716443).
|
||||||
|
|
||||||
* Thu May 26 2011 Karel Klíč <kklic@redhat.com> - 1:23.3-6
|
* Thu May 26 2011 Karel Klíč <kklic@redhat.com> - 1:23.3-6
|
||||||
- Enumerate binaries in emacs-common to avoid packaging single binary
|
- Enumerate binaries in emacs-common to avoid packaging single binary
|
||||||
multiple times by accident
|
multiple times by accident
|
||||||
|
Loading…
Reference in New Issue
Block a user