aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2025-02-17 17:29:49 -0500
committerRyan Kavanagh <rak@rak.ac>2025-02-17 17:29:49 -0500
commitd0adbfbc331df15c02165e3da1c495226af9cd46 (patch)
treecb9895ba985d52b858d65692c28a31ed52a6beff
parentTypo in visual-line-fringe-indicators (diff)
drop unneeded function in .emacs
-rw-r--r--dot_emacs8
1 files changed, 0 insertions, 8 deletions
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