summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-03 09:46:13 -0500
committerCase Duckworth2021-04-03 09:46:13 -0500
commitf984937295827e0eaa7ef4539afd3bac9a64de4e (patch)
tree2cbf79c796db8701f295c0f1870e5957ba716c79 /init.el
parentMove stuff around (diff)
downloademacs-f984937295827e0eaa7ef4539afd3bac9a64de4e.tar.gz
emacs-f984937295827e0eaa7ef4539afd3bac9a64de4e.zip
Fix typo
Should've gone with the other "fix typo" ... oh well.  One day I'll learn how to
git cherry-pick or whatev.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 89e94ca..4ea67f3 100644 --- a/init.el +++ b/init.el
@@ -326,8 +326,8 @@
326 recenter-positions '(top middle bottom) 326 recenter-positions '(top middle bottom)
327 attempt-stack-overflow-recovery nil 327 attempt-stack-overflow-recovery nil
328 attempt-orderly-shutdown-on-fatal-signal nil 328 attempt-orderly-shutdown-on-fatal-signal nil
329 find-function-C-source-directory
330 window-resize-pixelwise t 329 window-resize-pixelwise t
330 find-function-C-source-directory
331 (pcase acdw/system 331 (pcase acdw/system
332 (:work (expand-file-name (concat "~/src/emacs-" 332 (:work (expand-file-name (concat "~/src/emacs-"
333 emacs-version 333 emacs-version