emacs: set show-paren-context-when-offscreen to overlay
Emacs my beloved <3
This commit is contained in:
parent
734ba8a2a4
commit
b7bda10129
1 changed files with 3 additions and 0 deletions
|
@ -224,6 +224,9 @@
|
||||||
(save-place-mode)
|
(save-place-mode)
|
||||||
(recentf-mode)
|
(recentf-mode)
|
||||||
|
|
||||||
|
;; show opening paren context if it's offscreen
|
||||||
|
(setq show-paren-context-when-offscreen 'overlay)
|
||||||
|
|
||||||
;; frames/windows resize pixelwise
|
;; frames/windows resize pixelwise
|
||||||
(setq frame-resize-pixelwise t
|
(setq frame-resize-pixelwise t
|
||||||
window-resize-pixelwise t)
|
window-resize-pixelwise t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue