diff options
author | Case Duckworth | 2021-05-05 17:56:31 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-05 17:56:31 -0500 |
commit | a117f504631244887455273ce9463d31a778ed8d (patch) | |
tree | 3c9a28272e263e4bf703d91acf3c797aca5d2a64 | |
parent | Don't encode the cloud storage at all (diff) | |
download | emacs-a117f504631244887455273ce9463d31a778ed8d.tar.gz emacs-a117f504631244887455273ce9463d31a778ed8d.zip |
File stuff ... but in init.el
Oop
-rw-r--r-- | init.el | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/init.el b/init.el index 3221b1b..74993fe 100644 --- a/init.el +++ b/init.el | |||
@@ -333,13 +333,9 @@ | |||
333 | (add-hook 'unfocused-hook #'garbage-collect)) | 333 | (add-hook 'unfocused-hook #'garbage-collect)) |
334 | 334 | ||
335 | (setup gnus | 335 | (setup gnus |
336 | (:option gnus-home-directory (expand-file-name "gnus" user-emacs-directory) | 336 | (:option gnus-home-directory (acdw/dir "gnus" t) |
337 | gnus-directory (expand-file-name "gnus/News" user-emacs-directory) | 337 | gnus-directory (acdw/dir "News" t) |
338 | gnus-init-file (expand-file-name "gnus.el" user-emacs-directory)) | 338 | gnus-init-file (expand-file-name "gnus.el" user-emacs-directory)) |
339 | |||
340 | (when (not (file-exists-p gnus-directory)) | ||
341 | (make-directory gnus-directory :parents)) | ||
342 | |||
343 | (:leader "m" gnus)) | 339 | (:leader "m" gnus)) |
344 | 340 | ||
345 | (setup ibuffer | 341 | (setup ibuffer |