emacs: remove eval-buffer bind
This commit is contained in:
parent
aba03c9808
commit
b5f35f96aa
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
||||||
(global-set-key (kbd "C-c c") 'compile)
|
(global-set-key (kbd "C-c c") 'compile)
|
||||||
(global-set-key (kbd "C-c r") 'recompile)
|
(global-set-key (kbd "C-c r") 'recompile)
|
||||||
(global-set-key (kbd "C-c k") 'kill-current-buffer)
|
(global-set-key (kbd "C-c k") 'kill-current-buffer)
|
||||||
(global-set-key (kbd "C-c e v") 'eval-buffer)
|
|
||||||
|
|
||||||
;; utilities
|
;; utilities
|
||||||
(defun edit-init-file ()
|
(defun edit-init-file ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue