summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-01-12 20:50:55 +0000
committerSean Whitton <spwhitton@spwhitton.name>2024-01-12 20:50:55 +0000
commita1863c9a5846bf8ef2cb3ff74b1840bd6ec5ea23 (patch)
tree94173ac984c05fc731df7b6f288e790d4ac78e19 /.emacs.d
parent96b99e1747e932812690e02fb9f7cd5736ba7453 (diff)
downloaddotfiles-a1863c9a5846bf8ef2cb3ff74b1840bd6ec5ea23.tar.gz
update function name
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index d55336b3..09f94415 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -149,7 +149,7 @@ windows side-by-side in the frame."
:height (if scale-up-p 151 120))))))))
(add-to-list 'window-size-change-functions #'spw/maybe-scale-basic-faces)
-;;; `frame--current-backround-mode' assumes that TERM=screen-256color means a
+;;; `frame--current-background-mode' assumes that TERM=screen-256color means a
;;; dark background. But if we're in tmux then I can always have a light
;;; background by typing C-\ W (see ~/.tmux.conf).