mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-25 10:55:57 -04:00
prog-mode: indicate buffer boundaries
This commit is contained in:
parent
9e138065d8
commit
bd04355f42
5
init.el
5
init.el
@ -115,7 +115,10 @@
|
||||
:config (show-paren-mode))
|
||||
|
||||
(use-package prog-mode
|
||||
:config (global-prettify-symbols-mode))
|
||||
:config (global-prettify-symbols-mode)
|
||||
(defun indicate-buffer-boundaries-left ()
|
||||
(setq indicate-buffer-boundaries 'left))
|
||||
(add-hook 'prog-mode-hook #'indicate-buffer-boundaries-left))
|
||||
|
||||
(use-package recentf
|
||||
:demand t
|
||||
|
Loading…
x
Reference in New Issue
Block a user