projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs/pdf-tools] whoops, fix key binding typo
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
4695635
..
dfd60cf
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-708,6
+708,8
@@
In short, my favourite way of life.
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
t))
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
t))
+(use-package ox-beamer)
+
(use-package org-notmuch
:after (:any org notmuch))
(use-package org-notmuch
:after (:any org notmuch))
@@
-781,16
+783,16
@@
Not just how I do git, but /the/ way to do git.
("SPC" . magit-status)
("s" . magit-status)
("S" . magit-status-prefix)
("SPC" . magit-status)
("s" . magit-status)
("S" . magit-status-prefix)
- ("B" . magit-blame)
+ ("B" . magit-blame
-addition
)
("C" . magit-clone)
("C" . magit-clone)
- ("f" . magit-fetch)
- ("F" . magit-pull)
- ("P" . magit-push)
+ ("f" . magit-fetch
-other
)
+ ("F" . magit-pull
-branch
)
+ ("P" . magit-push
-other
)
("p" . magit-dispatch-popup)
("p" . magit-dispatch-popup)
- ("c c" . magit-commit)
+ ("c c" . magit-commit
-create
)
("c a" . magit-commit-amend)
("b b" . magit-checkout)
("c a" . magit-commit-amend)
("b b" . magit-checkout)
- ("b c" . magit-branch))
+ ("b c" . magit-branch
-create
))
:config
(magit-add-section-hook 'magit-status-sections-hook
'magit-insert-modules
:config
(magit-add-section-hook 'magit-status-sections-hook
'magit-insert-modules
@@
-1514,7
+1516,7
@@
Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
("C-s" . isearch-forward)
("C-r" . isearch-backward)
("j" . pdf-view-next-line-or-next-page)
("C-s" . isearch-forward)
("C-r" . isearch-backward)
("j" . pdf-view-next-line-or-next-page)
- ("
j
" . pdf-view-previous-line-or-previous-page)))
+ ("
k
" . pdf-view-previous-line-or-previous-page)))
#+end_src
** anzu
#+end_src
** anzu