(keymap-global-set "<next>" #'forward-page)\r
(keymap-global-set "<prior>" #'backward-page)\r
\f\r
+;;; Typewriter scrolling\r
+;; Puts the active line always in the middle of the screen\r
+\r
+(setq scroll-preserve-screen-position t\r
+ scroll-conservatively 0\r
+ maximum-scroll-margin 0.5\r
+ scroll-margin 65535)\r
+\f\r
;;; Macro to open something in its own named frame\r
;; Start a repl in a new frame, open dired in a new frame, etc. etc.\r
\r