projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[emacs] add C-c e {i,u} bindings for emacs-{init-,up}time
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
3ca07f5
..
0e6f330
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-748,6
+748,9
@@
Some bindings for functions from built-in GNU Emacs packages:
("C-c e b" . eval-buffer)
("C-c e r" . eval-region)
+ ("C-c e i" . emacs-init-time)
+ ("C-c e u" . emacs-uptime)
+
("C-c F m" . make-frame-command)
("C-c F d" . delete-frame)
("C-c F D" . delete-other-frames)