X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/3cd8032ad5df27e023872828fa97d588e706627b..c62c073709522e05898065e1b44e1e3b8d86cbf7:/init.org diff --git a/init.org b/init.org index 3ca07f5..7513a66 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) @@ -2174,6 +2177,14 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. ("a" . mc/mark-all-like-this)))) #+end_src +** forge + +#+begin_src emacs-lisp +(use-package forge + :after magit + :demand) +#+end_src + * Email :PROPERTIES: :CUSTOM_ID: email @@ -2475,10 +2486,8 @@ Convenient footnotes in =message-mode=. #+begin_src emacs-lisp (use-package ox-hugo - :after ox) - -(use-feature ox-hugo-auto-export - :after ox-hugo) + :after ox + :demand) #+end_src * Post initialization