Replies: 1 comment 1 reply
-
|
IMO we should only add this to the Suggested Settings section. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Ref: lisp-data-mode
lisp-data-modeis designed for editing non-code Lisp data, which should be fully applied to the data and history file with lisp format in no-littering. Theoretically, packages should set it by themselves, which has been completed in some builtin packages likesave-place. However, most famous third-party package likeprojectiledon't recognize this.I think it would be better to set it by no-littering together. After customization of no-littering, some data files has changed names and paths, for example,
maybe add all *.el files under
no-littering-etc-directoryandno-littering-var-directorytoauto-mode-alist?@tarsius How about this?
Beta Was this translation helpful? Give feedback.
All reactions