Skip to content

Commit

Permalink
Rename internal function
Browse files Browse the repository at this point in the history
  • Loading branch information
fnussbaum committed Jan 3, 2025
1 parent dee847a commit 341ba9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layers/+spacemacs/spacemacs-defaults/funcs.el
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ variable."
(ediff-files (dotspacemacs/location)
(concat dotspacemacs-template-directory ".spacemacs.template")))

(defun spacemacs/ediff-buffer-outline-show-all ()
(defun spacemacs//ediff-buffer-outline-show-all ()
"Try `outline-show-all' for ediff buffers."
(when (fboundp 'outline-show-all)
(outline-show-all)))
Expand Down
2 changes: 1 addition & 1 deletion layers/+spacemacs/spacemacs-defaults/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
ediff-merge-split-window-function 'split-window-horizontally)
:config
;; show org ediffs unfolded
(add-hook 'ediff-prepare-buffer-hook 'spacemacs/ediff-buffer-outline-show-all)
(add-hook 'ediff-prepare-buffer-hook 'spacemacs//ediff-buffer-outline-show-all)
;; restore window layout when done
(add-hook 'ediff-quit-hook #'winner-undo)))

Expand Down

0 comments on commit 341ba9f

Please sign in to comment.