Skip to content

Commit

Permalink
Fix comment position relative to line break
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jan 27, 2018
1 parent 1ae3332 commit 7554c07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lisp/init-editing-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
(dynamic-spaces-global-mode))


;;; A simple visible bell which works in all terminal types

;; Huge files

(require-package 'vlf)
Expand All @@ -53,9 +53,8 @@
(error "File does not exist: %s" file))
(vlf file)))




;;; A simple visible bell which works in all terminal types
(require-package 'mode-line-bell)
(add-hook 'after-init-hook 'mode-line-bell-mode)

Expand Down

0 comments on commit 7554c07

Please sign in to comment.