help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help: how to load existing file after upgrading to Emacs 29.1 from 2


From: Manuel Giraud
Subject: Re: help: how to load existing file after upgrading to Emacs 29.1 from 28.3, or save it without prompt
Date: Sun, 12 Nov 2023 19:22:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Globe Trotter <itsme_410@yahoo.com> writes:

[...]

> Here is my .emacs file. What should I be 

[...]

By commenting the following lines, I could make your configuration work
and opening a filename argument correctly.  So the offender is here:

> (ac-config-default)
[...]
> (require 'unicode-math-input)
> (require 'ac-math) ; This is not needed when you install from MELPA
> (add-to-list 'ac-modes 'latex-mode)   ; make auto-complete aware of 
> `latex-mode`
[...]
> (define-key ess-mode-map [tab] 'ess-indent-or-complete)
-- 
Manuel Giraud



reply via email to

[Prev in Thread] Current Thread [Next in Thread]