diff options
author | Case Duckworth | 2021-03-11 12:18:21 -0600 |
---|---|---|
committer | Case Duckworth | 2021-03-11 12:18:21 -0600 |
commit | 4bd4f49364ed865c9558d4be75cd95c778744b09 (patch) | |
tree | 1822604e1b12962547a2ea5b58ebdbc0eaa4b295 | |
parent | Fix typo (diff) | |
download | emacs-4bd4f49364ed865c9558d4be75cd95c778744b09.tar.gz emacs-4bd4f49364ed865c9558d4be75cd95c778744b09.zip |
Whitespace
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 12f039d..99a19b7 100644 --- a/init.el +++ b/init.el | |||
@@ -348,7 +348,7 @@ | |||
348 | ;;; Eshell | 348 | ;;; Eshell |
349 | 349 | ||
350 | (acdw/set `((eshell-directory-name ,(acdw/in-dir "eshell/" t)) | 350 | (acdw/set `((eshell-directory-name ,(acdw/in-dir "eshell/" t)) |
351 | (eshell-aliases-file ,(acdw/in-dir "eshell/aliases" t)))) | 351 | (eshell-aliases-file ,(acdw/in-dir "eshell/aliases" t)))) |
352 | 352 | ||
353 | ;;; Programming languages | 353 | ;;; Programming languages |
354 | 354 | ||