mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Don't turn on the mode when the file is loaded.
This commit is contained in:
parent
78a7d36f55
commit
b9079f7cca
1 changed files with 0 additions and 4 deletions
|
|
@ -841,10 +841,6 @@ look for files that have been changed and need to be copied to other systems."
|
|||
(add-hook 'write-file-hooks 'shadow-add-to-todo)
|
||||
(define-key ctl-x-4-map "s" 'shadow-copy-files)))
|
||||
|
||||
(if noninteractive
|
||||
(add-hook 'after-init-hook 'shadow-initialize)
|
||||
(shadow-initialize))
|
||||
|
||||
;;;Local Variables:
|
||||
;;;eval:(put 'shadow-when 'lisp-indent-hook 1)
|
||||
;;;End:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue