emacs: add eval-buffer keybind
This commit is contained in:
parent
c48b1a2fad
commit
9ae3644628
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
(global-set-key (kbd "C-c c") 'compile)
|
||||
(global-set-key (kbd "C-c r") 'recompile)
|
||||
(global-set-key (kbd "C-c k") 'kill-current-buffer)
|
||||
(global-set-key (kbd "C-c e v") 'eval-buffer)
|
||||
|
||||
(defun reindent-buffer (start end &optional column)
|
||||
"Reindent the current buffer."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue