branch: elpa/telephone-line
commit 199fa476a1241677f9a37cb3cde1248cb8d2650c
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>
Remove redundant TODOs
---
telephone-line-separators.el | 1 -
telephone-line.el | 4 +---
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/telephone-line-separators.el b/telephone-line-separators.el
index 06727cd7b0..a1599b1a24 100644
--- a/telephone-line-separators.el
+++ b/telephone-line-separators.el
@@ -19,7 +19,6 @@
;;
;; Separators for Telephone Line.
;; To create your own, look at the functions defined in telephone-line-utils.el
-;; TODO: Trig separators
;;; Code:
diff --git a/telephone-line.el b/telephone-line.el
index 49aa66009a..089d750f8b 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -116,7 +116,7 @@ Secondary separators do not incur a background color
change."
:type 'function)
(defun telephone-line-fill (reserve &optional face)
- "Return RESERVE empty space on the right, optionally with a FACE." ;;TODO:
Add face
+ "Return RESERVE empty space on the right, optionally with a FACE."
(propertize " "
'display `((space :align-to (- (+ right right-fringe
right-margin)
,reserve)))))
@@ -143,7 +143,6 @@ Secondary separators do not incur a background color
change."
"Return the face corresponding to SYM for the selected window's active
state."
(telephone-line--face-map sym (telephone-line-selected-window-active)))
-;;TODO: Custom alist
(defun telephone-line--face-map (sym active)
"Return the face corresponding to SYM for the given ACTIVE state."
(cond ((eq sym 'evil) (telephone-line-evil-face active))
@@ -152,7 +151,6 @@ Secondary separators do not incur a background color
change."
(active 'mode-line)
(t 'mode-line-inactive)))
-;;TODO: Custom alist
(defun telephone-line-opposite-face-sym (sym)
"Return the 'opposite' of the given SYM."
(cdr (assoc