Skip to content

Commit

Permalink
tweak(builtin): use a dashed line as a display fill column indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 9, 2023
1 parent 86de1df commit 68736c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
(confirm-kill-emacs #'y-or-n-p)
;; Show unprettified symbol under cursor (when in `prettify-symbols-mode')
(prettify-symbols-unprettify-at-point t)
;; Use a dashed line for `display-fill-column-indicator-mode'
(display-fill-column-indicator-character ?\u250a)
;; Make apropos commands search more extensively
(apropos-do-all t)
;; Do not ask obvious questions, follow symlinks
Expand Down

0 comments on commit 68736c1

Please sign in to comment.