Bind other-window to M-o

This commit is contained in:
Oliver Payne 2023-01-11 22:57:12 +00:00
parent eea510eaba
commit 01f6644b66
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
(eval-when-compile
(require 'use-package))
(bind-key "M-o" 'other-window)
(custom-set-faces
'(default ((t (:inherit nil :height 100 :family "Terminus")))))