mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/{ruby,python}: Fix advice arguments errors
This commit is contained in:
@ -49,7 +49,7 @@ started it."
|
||||
(+python-version))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +python|update-version-in-all-buffers ()
|
||||
(defun +python|update-version-in-all-buffers (&rest _)
|
||||
"Update `+python-version' in all buffers in `python-mode'."
|
||||
(dolist (buffer (doom-buffers-in-mode 'python-mode))
|
||||
(setq +python-version-cache (clrhash +python-version-cache))
|
||||
|
Reference in New Issue
Block a user