From: Amin Bandali Date: Fri, 28 Dec 2018 22:59:09 +0000 (-0500) Subject: [emacs] add C-c e {i,u} bindings for emacs-{init-,up}time X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/99eccce4337e1416c9d226d2035dcdca02ca6d1e [emacs] add C-c e {i,u} bindings for emacs-{init-,up}time --- 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)