Replies: 3 comments 3 replies
-
|
Just to add one more example: |
Beta Was this translation helpful? Give feedback.
-
|
Just looked at it, seems like As for the The While the general goal is to use |
Beta Was this translation helpful? Give feedback.
-
|
I think I'm oversimplifying this a bit, but essentially
We could certainly look over our use of customization variables and streamline this a bit. It is inconsistent at places. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I previously asked about the rationale for recommending and preferring
customize-set-variableoversetq. It makes sense, but I'm just noticing as I look through code that I see somesetqs already that could possibly be changed. My question is: should this preference be universal for all customizable variables? or are there situations when it's ok to just usesetq?For example, I see in https://github.com/SystemCrafters/crafted-emacs/blob/master/examples/straight-el/early-init.el a bunch of
setqs (and nocustomize-set-variables) for these variables. The first one is customizable; I'm not sure about the rest (I'm not able at this point in time to grok the crafted-emacs code to determine ifcustomize-set-variableis really necessary forcrafted-package-*):Beta Was this translation helpful? Give feedback.
All reactions