Skip to main content

Questions tagged [zooming]

0 votes
1 answer
46 views

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, ...
Francesco Potortì's user avatar
0 votes
0 answers
61 views

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 ...
a_subscriber's user avatar
  • 4,386
0 votes
1 answer
39 views

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 ...
Matthey969's user avatar
1 vote
3 answers
856 views

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-...
TechTycho's user avatar
2 votes
2 answers
1k views

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 ...
kdb's user avatar
  • 1,591
1 vote
1 answer
83 views

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.
jjk's user avatar
  • 786
1 vote
1 answer
876 views

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 ...
Leo Alekseyev's user avatar
22 votes
4 answers
11k views

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 ...
Lee H's user avatar
  • 2,747