mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Deleted/fixed some todos on magit-todos
This commit is contained in:
parent
40c1b61089
commit
08533eed08
|
@ -12,12 +12,10 @@ diff --git a/pkgs/development/interpreters/python/python2/mk-python-derivation.n
|
||||||
index 1a6f9c784cf675..6d51b51b215d43 100644
|
index 1a6f9c784cf675..6d51b51b215d43 100644
|
||||||
--- a/pkgs/development/interpreters/python/python2/mk-python-derivation.nix
|
--- a/pkgs/development/interpreters/python/python2/mk-python-derivation.nix
|
||||||
+++ b/pkgs/development/interpreters/python/python2/mk-python-derivation.nix
|
+++ b/pkgs/development/interpreters/python/python2/mk-python-derivation.nix
|
||||||
@@ -57,7 +57,8 @@
|
@@ -57,3 +57,3 @@
|
||||||
# Raise an error if two packages are installed with the same name
|
# Raise an error if two packages are installed with the same name
|
||||||
# TODO: For cross we probably need a different PYTHONPATH, or not
|
|
||||||
# add the runtime deps until after buildPhase.
|
# add the runtime deps until after buildPhase.
|
||||||
-, catchConflicts ? (python.stdenv.hostPlatform == python.stdenv.buildPlatform)
|
-, catchConflicts ? (python.stdenv.hostPlatform == python.stdenv.buildPlatform)
|
||||||
+# FIXME: disabled for Python 2 because broken
|
|
||||||
+, catchConflicts ? false
|
+, catchConflicts ? false
|
||||||
|
|
||||||
# Additional arguments to pass to the makeWrapper function, which wraps
|
# Additional arguments to pass to the makeWrapper function, which wraps
|
||||||
|
|
|
@ -556,8 +556,6 @@ same directory as the org-buffer and insert a link to this file."
|
||||||
(save-buffer)
|
(save-buffer)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; TODO make function to edit title or date post post creation
|
|
||||||
|
|
||||||
(map! :leader
|
(map! :leader
|
||||||
:prefix ("N")
|
:prefix ("N")
|
||||||
|
|
||||||
|
@ -707,9 +705,6 @@ same directory as the org-buffer and insert a link to this file."
|
||||||
(defun org-current-buffer-has-todos ()
|
(defun org-current-buffer-has-todos ()
|
||||||
"Return non-nil if current buffer has any todo entry.
|
"Return non-nil if current buffer has any todo entry.
|
||||||
|
|
||||||
TODO entries marked as done are ignored, meaning the this
|
|
||||||
function returns nil if current buffer contains only completed
|
|
||||||
tasks."
|
|
||||||
(org-element-map ; (2)
|
(org-element-map ; (2)
|
||||||
(org-element-parse-buffer 'headline) ; (1)
|
(org-element-parse-buffer 'headline) ; (1)
|
||||||
'headline
|
'headline
|
||||||
|
|
|
@ -63,7 +63,7 @@ in
|
||||||
requests
|
requests
|
||||||
pyqt6 sip qtpy qt6.qtwebengine epc lxml pyqt6-webengine
|
pyqt6 sip qtpy qt6.qtwebengine epc lxml pyqt6-webengine
|
||||||
pysocks
|
pysocks
|
||||||
#pymupdf TODO pymupdf fails to build
|
pymupdf
|
||||||
markdown
|
markdown
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
|
|
|
@ -677,8 +677,6 @@ exit
|
||||||
(save-buffer)
|
(save-buffer)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; TODO make function to edit title or date post post creation
|
|
||||||
|
|
||||||
(map! :leader
|
(map! :leader
|
||||||
:prefix ("N")
|
:prefix ("N")
|
||||||
|
|
||||||
|
@ -838,9 +836,6 @@ exit
|
||||||
(defun org-current-buffer-has-todos ()
|
(defun org-current-buffer-has-todos ()
|
||||||
"Return non-nil if current buffer has any todo entry.
|
"Return non-nil if current buffer has any todo entry.
|
||||||
|
|
||||||
TODO entries marked as done are ignored, meaning the this
|
|
||||||
function returns nil if current buffer contains only completed
|
|
||||||
tasks."
|
|
||||||
(org-element-map ; (2)
|
(org-element-map ; (2)
|
||||||
(org-element-parse-buffer 'headline) ; (1)
|
(org-element-parse-buffer 'headline) ; (1)
|
||||||
'headline
|
'headline
|
||||||
|
@ -2047,7 +2042,7 @@ in
|
||||||
requests
|
requests
|
||||||
pyqt6 sip qtpy qt6.qtwebengine epc lxml pyqt6-webengine
|
pyqt6 sip qtpy qt6.qtwebengine epc lxml pyqt6-webengine
|
||||||
pysocks
|
pysocks
|
||||||
#pymupdf TODO pymupdf fails to build
|
pymupdf
|
||||||
markdown
|
markdown
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
|
|
|
@ -1335,7 +1335,7 @@ class cunmap(uncmap):
|
||||||
|
|
||||||
Remove the given "console" mappings
|
Remove the given "console" mappings
|
||||||
|
|
||||||
DEPRECATED in favor of uncmap.
|
Deprecated in favor of uncmap.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
|
@ -1356,7 +1356,7 @@ class punmap(unpmap):
|
||||||
|
|
||||||
Remove the given "pager" mappings
|
Remove the given "pager" mappings
|
||||||
|
|
||||||
DEPRECATED in favor of unpmap.
|
Deprecated in favor of unpmap.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
|
@ -1377,7 +1377,7 @@ class tunmap(untmap):
|
||||||
|
|
||||||
Remove the given "taskview" mappings
|
Remove the given "taskview" mappings
|
||||||
|
|
||||||
DEPRECATED in favor of untmap.
|
Deprecated in favor of untmap.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
|
|
|
@ -266,7 +266,7 @@ handle_image() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# openscad_image() {
|
# openscad_image() {
|
||||||
# TMPPNG="$(mktemp -t XXXXXX.png)"
|
# TMPPNG="$(mktemp -t xxxxxx.png)"
|
||||||
# openscad --colorscheme="${OPENSCAD_COLORSCHEME}" \
|
# openscad --colorscheme="${OPENSCAD_COLORSCHEME}" \
|
||||||
# --imgsize="${OPENSCAD_IMGSIZE/x/,}" \
|
# --imgsize="${OPENSCAD_IMGSIZE/x/,}" \
|
||||||
# -o "${TMPPNG}" "${1}"
|
# -o "${TMPPNG}" "${1}"
|
||||||
|
|
Loading…
Reference in a new issue