- Removed transient-mark-mode suggestion from dotemacs.el, as this
minor mode is enabled by default in recent versions of Emacs
This commit is contained in:
parent
9a6eac7ea3
commit
2754710df1
@ -3,9 +3,6 @@
|
|||||||
;;; uncomment this line to disable loading of "default.el" at startup
|
;;; uncomment this line to disable loading of "default.el" at startup
|
||||||
;; (setq inhibit-default-init t)
|
;; (setq inhibit-default-init t)
|
||||||
|
|
||||||
;; enable visual feedback on selections
|
|
||||||
;(setq transient-mark-mode t)
|
|
||||||
|
|
||||||
;; default to better frame titles
|
;; default to better frame titles
|
||||||
(setq frame-title-format
|
(setq frame-title-format
|
||||||
(concat "%b - emacs@" (system-name)))
|
(concat "%b - emacs@" (system-name)))
|
||||||
|
@ -4,7 +4,7 @@ Summary: GNU Emacs text editor
|
|||||||
Name: emacs
|
Name: emacs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 23.2
|
Version: 23.2
|
||||||
Release: 12%{?dist}
|
Release: 13%{?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
|
||||||
@ -444,6 +444,10 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_datadir}/applications/emacs-terminal.desktop
|
%{_datadir}/applications/emacs-terminal.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 6 2010 Karel Klic <kklic@redhat.com> - 1:23.2-13
|
||||||
|
- Removed transient-mark-mode suggestion from dotemacs.el, as this
|
||||||
|
minor mode is enabled by default in recent versions of Emacs
|
||||||
|
|
||||||
* Thu Aug 19 2010 Karel Klic <kklic@redhat.com> - 1:23.2-12
|
* Thu Aug 19 2010 Karel Klic <kklic@redhat.com> - 1:23.2-12
|
||||||
- Mention xdg-open in browse-url-default-browser docstring (rhbz#624359)
|
- Mention xdg-open in browse-url-default-browser docstring (rhbz#624359)
|
||||||
Updates emacs-23.1-xdg.patch
|
Updates emacs-23.1-xdg.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user