emacs: change position of reindent-buffer bind
This commit is contained in:
parent
3c8a686777
commit
5e6dc79fef
1 changed files with 1 additions and 1 deletions
|
@ -63,8 +63,8 @@ value `italic'."
|
|||
(add-hook 'after-change-major-mode-hook #'hide-minor-modes)
|
||||
|
||||
;; other key binds
|
||||
(global-set-key (kbd "C-c e r") 'reindent-buffer)
|
||||
(global-set-key (kbd "C-c e i") 'edit-init-file)
|
||||
(global-set-key (kbd "C-c e r") 'reindent-buffer)
|
||||
(global-set-key (kbd "C-h w") 'dictionary-search)
|
||||
|
||||
;; variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue