[Spacemacs] Remove commented out code
This commit is contained in:
parent
f7de2e83e9
commit
3698c96a6f
@ -5355,9 +5355,6 @@ I want to see by default how much battery my computer has, so let’s enable it:
|
|||||||
(cddr input))))
|
(cddr input))))
|
||||||
(mapconcat (lambda (face)
|
(mapconcat (lambda (face)
|
||||||
(concat
|
(concat
|
||||||
;; (if makeface
|
|
||||||
;; (format "`(%s ((t " (cadr (assoc "Name" face)))
|
|
||||||
;; (format "(%s `" (cadr (assoc "Name" face))))
|
|
||||||
(format (if makeface "`(%s ((t " "(%s `")
|
(format (if makeface "`(%s ((t " "(%s `")
|
||||||
(cadr (assoc "Name" face)))
|
(cadr (assoc "Name" face)))
|
||||||
(format "(%s %s %s %s)"
|
(format "(%s %s %s %s)"
|
||||||
|
Loading…
Reference in New Issue
Block a user