doomemacs/lisp
Henrik Lissner 5dcba2f89f
fix: permissions for local dirs
This prevents edge cases where these directories are created with
permissions that prevent Emacs from writing to them. This can happy
either due to an overly-restrictive default umask,
`set-default-file-modes` call, or if `doom-profiles-save` is instructed
to write a file whose parent doesn't exist yet.

Fix: #8134
2024-11-01 03:34:09 -04:00
..
cli refactor!: module API 2024-10-20 02:41:42 -04:00
lib refactor: rename :core module group to :doom 2024-10-31 21:54:19 -04:00
.doommodule feat: add .doommodule files 2024-09-14 20:47:39 -04:00
demos.org docs: letf!: add demo & rewrite docstring 2024-09-11 19:46:15 -04:00
doom-cli-lib.el feat(lib): introduce doom-error & error functions 2024-10-20 02:41:51 -04:00
doom-cli.el fix: permissions for local dirs 2024-11-01 03:34:09 -04:00
doom-editor.el refactor!: move helpful from :core to :lang emacs-lisp 2024-08-30 02:26:41 -04:00
doom-keybinds.el fix: map!: allow :map values to be interpolated 2024-09-17 17:30:57 -04:00
doom-lib.el feat(lib): introduce doom-error & error functions 2024-10-20 02:41:51 -04:00
doom-modules.el fix: doom-module-from-path: doom-{core,user}-dir detection 2024-10-31 21:54:20 -04:00
doom-packages.el refactor: rename :core module group to :doom 2024-10-31 21:54:19 -04:00
doom-profiles.el fix: permissions for local dirs 2024-11-01 03:34:09 -04:00
doom-projects.el fix: adding newly created project to known-projects 2024-09-11 03:50:57 -04:00
doom-start.el refactor: remove redundant auto-mode-alist entries 2024-09-11 19:46:15 -04:00
doom-ui.el fix: gui frames fail to open from emacsclient 2024-09-12 06:06:25 -04:00
doom.el release(modules): 24.12.0-dev 2024-10-31 21:54:21 -04:00
init.el refactor: rename :core module group to :doom 2024-10-31 21:54:19 -04:00
packages.el bump: :doom 2024-10-31 21:54:20 -04:00