diff options
Diffstat (limited to 'yoshi-theme.el')
| -rw-r--r-- | yoshi-theme.el | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index 79d22ef..be8440c 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -32,20 +32,6 @@ (deftheme yoshi "Created 2012-09-24") -(defun yoshi-theme-add-space-to-first-arg (args) - "Return ARGS with the car modified to contain 2 spaces." - (cons (format " %s " (car args)) (cdr args))) - -(defun yoshi-theme-add-spaces-around-current-info-node (func &rest args) - (let ((Info-current-node (format " %s " Info-current-node))) - (apply func args))) - -(advice-add 'propertized-buffer-identification - :filter-args #'yoshi-theme-add-space-to-first-arg) - -(advice-add 'Info-set-mode-line - :around #'yoshi-theme-add-spaces-around-current-info-node) - (defun yoshi-theme--make-inline-box (border-color) "Return a list representing a box specification using BORDER-COLOR." (let ((line-width (if (> emacs-major-version 27) |
