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

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

bug#40796: 28.0.50; Cannot adjust font size in Emacs 28


From: Eli Zaretskii
Subject: bug#40796: 28.0.50; Cannot adjust font size in Emacs 28
Date: Fri, 24 Apr 2020 09:39:53 +0300

> From: Raoul Comninos <revcomninos@gmail.com>
> Date: Thu, 23 Apr 2020 22:08:41 +0200
> Cc: 40796@debbugs.gnu.org
> 
> It's not my settings.org file because I created a blank one and it yielded 
> the exact same results. My init file is
> so small that I don't think it makes any difference:

But without that init file the problem goes away, right?  So it is
something in this small file which causes this.

> (package-initialize)
> 
> ;; Bootstrap `use-package'
> (unless (package-installed-p 'use-package)
>   (package-refresh-contents)
>   (package-install 'use-package))

Which packages does this activate?

> (require 'org)
> (org-babel-tangle-file "~/.emacs.d/settings.org"
>                        "~/.emacs.d/settings.el")
> (load "~/.emacs.d/settings.el")

Or is it Org that you load here?

Try disabling each part to see which one causes this.





reply via email to

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