diff options
Diffstat (limited to 'init.el')
-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 |