mirror of https://github.com/bjeanes/dotfiles.git
4 lines
140 B
EmacsLisp
4 lines
140 B
EmacsLisp
|
(global-set-key (kbd "C-x M-f") 'ido-find-file-other-window)
|
||
|
(global-set-key (kbd "C-x m") 'eshell)
|
||
|
(define-key 'help-command "a" 'apropos)
|