This commit is contained in:
contrapunctus 2022-01-17 11:31:00 +05:30
parent d65bd41cac
commit 6d85a1d42e
1 changed files with 4 additions and 3 deletions

View File

@ -2905,7 +2905,7 @@ PR ideas
delete-old-versions t)
#+END_SRC
** async-backup (backup on save) :file:
** async-backup (backup on save) :file:vc:
:PROPERTIES:
:CREATED: 2022-01-14T16:38:38+0530
:CUSTOM_ID: async-backup
@ -3093,7 +3093,7 @@ PR ideas
("R" . contrapunctus-rename-this-file)))
#+END_SRC
** TODO magit [0%]
** TODO magit [0%] :vc:
1. [ ] It'd be really cool to =(recenter 3)= when you /open/ a section, and =(recenter)= when you close a section
2. [ ] binding "c" to magit-section-backward and "j" to magit-commit means I can't nonchalantly hit "c c" to commit like before...it becomes "j c" :\
#+BEGIN_SRC emacs-lisp
@ -3126,12 +3126,13 @@ PR ideas
)
#+END_SRC
** git-commit
** git-commit :vc:
:PROPERTIES:
:CREATED: 2022-01-14T16:36:44+0530
:END:
#+BEGIN_SRC emacs-lisp
(use-package git-commit
:ensure t
:bind
(:map git-commit-mode-map
("M-c" . git-commit-prev-message)