diff options
author | Case Duckworth | 2021-04-03 09:46:13 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-03 09:46:13 -0500 |
commit | f984937295827e0eaa7ef4539afd3bac9a64de4e (patch) | |
tree | 2cbf79c796db8701f295c0f1870e5957ba716c79 | |
parent | Move stuff around (diff) | |
download | emacs-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.
-rw-r--r-- | init.el | 2 |
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 |