summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.org b/init.org
index 3ca07f5..0e6f330 100644
--- 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)