From d0adbfbc331df15c02165e3da1c495226af9cd46 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 17 Feb 2025 17:29:49 -0500 Subject: drop unneeded function in .emacs --- dot_emacs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index 430b777..6589574 100644 --- a/dot_emacs +++ b/dot_emacs @@ -53,14 +53,6 @@ (moe-dark) (moe-theme-powerline))) -(defun single-lines-only () - "Replace multiple blank lines with a single one" - (interactive) - (goto-char (point-min)) - (while (re-search-forward "\\(^\\s-*$\\)\n" nil t) - (replace-match "\n") - (forward-char 1))) - (use-package ace-window :ensure t :custom -- cgit v1.2.3