* bug#56878: Emacs 28.1 is broken even after restart
@ 2022-08-02 5:18 Emily Seville
2022-08-02 6:56 ` Gerd Möllmann
0 siblings, 1 reply; 3+ messages in thread
From: Emily Seville @ 2022-08-02 5:18 UTC (permalink / raw)
To: 56878
[-- Attachment #1: Type: text/plain, Size: 1276 bytes --]
After I've tried to execute *(setq package-load-list nil)* Emacs became
broken. When I start it I obtain this weird error: *Symbol's function
definition is void: nil*. How can I fix it? Here is my *.emacs*:
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
(setq packages '(soft-stone-theme flycheck))
(dolist (package packages)
(package-install package))
(add-hook 'after-init-hook (lambda () (load-theme 'soft-stone t)))
(add-hook 'after-init-hook global-flycheck-mode)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(display-line-numbers 'relative)
'(package-selected-packages '(flycheck soft-stone-theme)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
--
*# Best regards, Emily Grace Seville.*
*[contacts]*
site *=* "*https://github.com/EmilySeville7cfg
<https://github.com/EmilySeville7cfg>"*
phone *=* "+79245201384*"*
[-- Attachment #2: Type: text/html, Size: 2584 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#56878: Emacs 28.1 is broken even after restart
2022-08-02 5:18 bug#56878: Emacs 28.1 is broken even after restart Emily Seville
@ 2022-08-02 6:56 ` Gerd Möllmann
2022-08-02 10:12 ` Lars Ingebrigtsen
0 siblings, 1 reply; 3+ messages in thread
From: Gerd Möllmann @ 2022-08-02 6:56 UTC (permalink / raw)
To: Emily Seville; +Cc: 56878
Emily Seville <emilyseville7cf@gmail.com> writes:
> (add-hook 'after-init-hook global-flycheck-mode)
(add-hook 'after-init-hook 'global-flycheck-mode)
with a quote.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#56878: Emacs 28.1 is broken even after restart
2022-08-02 6:56 ` Gerd Möllmann
@ 2022-08-02 10:12 ` Lars Ingebrigtsen
0 siblings, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2022-08-02 10:12 UTC (permalink / raw)
To: Gerd Möllmann; +Cc: Emily Seville, 56878
Gerd Möllmann <gerd.moellmann@gmail.com> writes:
> Emily Seville <emilyseville7cf@gmail.com> writes:
>
>> (add-hook 'after-init-hook global-flycheck-mode)
>
> (add-hook 'after-init-hook 'global-flycheck-mode)
>
> with a quote.
So this doesn't seem to be an Emacs bug, and I'm therefore closing this
bug report.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-02 10:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-02 5:18 bug#56878: Emacs 28.1 is broken even after restart Emily Seville
2022-08-02 6:56 ` Gerd Möllmann
2022-08-02 10:12 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).