projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[rc/sway] add sticky toggle binding
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
3ca07f5
..
00a9bf2
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 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)
("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
("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
* Email
:PROPERTIES:
:CUSTOM_ID: email
@@
-2475,10
+2486,11
@@
Convenient footnotes in =message-mode=.
#+begin_src emacs-lisp
(use-package ox-hugo
#+begin_src emacs-lisp
(use-package ox-hugo
- :after ox)
+ :after ox
+ :demand)
(use-feature ox-hugo-auto-export
(use-feature ox-hugo-auto-export
- :
after ox-hugo
)
+ :
demand
)
#+end_src
* Post initialization
#+end_src
* Post initialization