General & minor refactoring
This commit is contained in:
parent
ed0cbc1323
commit
2b560a6a0e
6 changed files with 30 additions and 29 deletions
|
@ -236,7 +236,7 @@ savehist file."
|
|||
(advice-add #'undo-tree-make-history-save-file-name :filter-return
|
||||
#'doom*undo-tree-make-history-save-file-name)
|
||||
|
||||
(defun doom*strip-text-properties-from-undo-history (&rest args)
|
||||
(defun doom*strip-text-properties-from-undo-history (&rest _)
|
||||
(dolist (item buffer-undo-list)
|
||||
(and (consp item)
|
||||
(stringp (car item))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue