Skip to content

Commit

Permalink
Restore CUA mode pageup/down behaviour.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Jan 13, 2015
1 parent 06b6bb7 commit dc8abd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bodil/bodil-nav.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
(package-require 'dash)
(require 'dash)

;; Make PgUp/Dn move the point.
(setq scroll-error-top-bottom t)

;; ace-jump-mode!
(package-require 'ace-jump-mode)
(global-set-key (kbd "C-;") 'ace-jump-mode)
Expand Down

0 comments on commit dc8abd7

Please sign in to comment.