Commit ede0ae6454e3
Changed files (2)
tools
emacs
transient
tools/emacs/transient/history.el
@@ -1,20 +0,0 @@
-((denote-transient nil)
- (magit-blame
- ("-w"))
- (magit-branch nil)
- (magit-commit nil
- ("--reset-author"))
- (magit-dispatch nil)
- (magit-fetch nil)
- (magit-gitignore nil)
- (magit-log
- ("-n256" "--graph" "--decorate"))
- (magit-push nil
- ("--force-with-lease"))
- (magit-rebase
- ("--autostash")
- nil)
- (magit-remote
- ("-f"))
- (magit-tag nil)
- (rg-menu nil))
tools/emacs/.gitignore
@@ -39,4 +39,6 @@ mini/*
multisession
projects
request
-url
\ No newline at end of file
+url
+transient
+chatgpt
\ No newline at end of file