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

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

Re: Setting keybinding for org-support-shift-select t


From: Emanuel Berg
Subject: Re: Setting keybinding for org-support-shift-select t
Date: Sun, 04 Oct 2020 14:54:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

2QdxY4RzWzUUiLuE wrote:

> (defun scroll-up-1-line () "Scroll up one line."
>   (interactive) (scroll-up 1))

We should compare notes!

(defun scroll-up-1 ()
  (interactive)
  (scroll-down 1) )

... or maybe it is less fun that way?

https://dataswamp.org/~incal/emacs-init/scroll.el

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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