Questions tagged [zooming]
The zooming tag has no summary.
15 questions
0 votes
1 answer
46 views
Zoom a fixed-size text table to fill a window as much as possible
When you use a Pdf viewer, for example Atril or Evince, you can fit the document to the window, so that you can exploit all the available space when displaying your document. Zooming is continuous, ...
0 votes
0 answers
61 views
Doesn't automatically jump to different characters in both buffers
Emacs 27.1 I want to find differents between 2 buffers. I use command ediff-buffers Steps: Type the n in the Ediff Control Panel Again Type the n in the Ediff Control Panel And because the line is ...
0 votes
1 answer
39 views
I can't bind a key to specific commands for some reason
Why can't i remap my keys with the following command in my spacemacs init.el file? (global-set-key (kbd "C-+") 'frm-zoom-in) For some reason,it gives me the following error: Wrong type ...
1 vote
3 answers
856 views
Constant Font Size In `display-line-numbers-mode` When Zooming In And Out
SOLVED The atom-one-dark theme that I was using was the issue. (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/atom-one-dark") (load-theme 'atom-one-dark t) My init.el: (menu-bar-...
2 votes
2 answers
1k views
Zoom with mouse-button + scroll wheel?
I'd like to enable changing the font size by holding down the right mouse button and using the scroll-wheel. Emacs does however treat mouse buttons as keys, so this obviously cannot be achieved ...
1 vote
1 answer
83 views
How to loop zoom-frm-in?
Every time I dock/undock I must hit 10 times M-x zoom-frm-in. Since I don't understand the dotimes example in the lisp tutorial I need to know how you would automate this task.
1 vote
1 answer
876 views
How to save and restore frame zoom settings
Due to DPI differences, every time I switch between working on my laptop screen vs external display, I need to adjust frame zoom levels (SPC z f in spacemacs). I would love to be able to persist the ...
22 votes
4 answers
11k views
Shrink/Zoom/Scale images in image-mode
With Emacs' doc-view-mode I can easily shrink/zoom/etc PDFs, however, I would like to be able to do the same thing with images. Currently when I open an image I cannot adjust the zoom level to fit it ...