mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Deleted/fixed some todos on magit-todos
This commit is contained in:
parent
40c1b61089
commit
08533eed08
6 changed files with 7 additions and 19 deletions
|
@ -1335,7 +1335,7 @@ class cunmap(uncmap):
|
|||
|
||||
Remove the given "console" mappings
|
||||
|
||||
DEPRECATED in favor of uncmap.
|
||||
Deprecated in favor of uncmap.
|
||||
"""
|
||||
|
||||
def execute(self):
|
||||
|
@ -1356,7 +1356,7 @@ class punmap(unpmap):
|
|||
|
||||
Remove the given "pager" mappings
|
||||
|
||||
DEPRECATED in favor of unpmap.
|
||||
Deprecated in favor of unpmap.
|
||||
"""
|
||||
|
||||
def execute(self):
|
||||
|
@ -1377,7 +1377,7 @@ class tunmap(untmap):
|
|||
|
||||
Remove the given "taskview" mappings
|
||||
|
||||
DEPRECATED in favor of untmap.
|
||||
Deprecated in favor of untmap.
|
||||
"""
|
||||
|
||||
def execute(self):
|
||||
|
|
|
@ -266,7 +266,7 @@ handle_image() {
|
|||
esac
|
||||
|
||||
# openscad_image() {
|
||||
# TMPPNG="$(mktemp -t XXXXXX.png)"
|
||||
# TMPPNG="$(mktemp -t xxxxxx.png)"
|
||||
# openscad --colorscheme="${OPENSCAD_COLORSCHEME}" \
|
||||
# --imgsize="${OPENSCAD_IMGSIZE/x/,}" \
|
||||
# -o "${TMPPNG}" "${1}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue