diff --git a/README.org b/README.org index a869064..c825319 100644 --- a/README.org +++ b/README.org @@ -33,6 +33,10 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia scroll-margin 0 scroll-preserve-screen-position 1) + ; Bind normal forward/back buttons on mouse to next/previous buffer respectively + (keymap-global-set "" #'previous-buffer) + (keymap-global-set "" #'next-buffer) + (set-default-coding-systems 'utf-8) (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8)