aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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