summaryrefslogtreecommitdiff
path: root/lisp/custom.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29João Távora2023-04-031-1/+3
|\
| * Improve documentation of 'defcustom's :set keywordEli Zaretskii2023-03-301-1/+3
* | Move side-effect-free and pure declarations to function definitionsMattias Engdegård2023-02-171-0/+1
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Tag themes with propertiesPhilip Kaludercic2022-10-151-6/+67
* Ensure that cus-load doesn't add things twiceLars Ingebrigtsen2022-09-241-0/+7
* Revert "Add new command 'toggle-theme'"Philip Kaludercic2022-09-111-19/+0
* Revert "Add new user option 'custom-ensure-single-theme'"Philip Kaludercic2022-09-111-12/+0
* Add new user option 'custom-ensure-single-theme'Philip Kaludercic2022-09-111-0/+12
* Add new command 'toggle-theme'Philip Kaludercic2022-09-111-0/+19
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-2/+0
* Make compat function custom-reset-variables obsoleteStefan Kangas2022-08-071-0/+1
* Add support for user-customizable iconsLars Ingebrigtsen2022-07-281-1/+1
* Fix custom-initialize-reset bootstrap errorLars Ingebrigtsen2022-07-051-7/+11
* Give a warning if setopt has been used with an invalid valueLars Ingebrigtsen2022-07-051-0/+10
* Fix issues with loading autoloaded defcustoms while boundIgnacio Casso2022-06-101-8/+12
* ; Rename enable-theme and disable-theme hooksEli Zaretskii2022-05-211-8/+8
* Add new hooks when enabling and disabling themesLars Ingebrigtsen2022-05-211-4/+28
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2021-11-061-1/+5
|\ \ | |/
| * * lisp/custom.el (defgroup): Document the :prefix keyword.Stefan Kangas2021-11-041-1/+5
* | Remove some XEmacs compat code from custom.elStefan Kangas2021-10-201-9/+3
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-131-3/+5
* | Allow obsoleting themesLars Ingebrigtsen2021-10-031-0/+7
|/
* Avoid warning about long docstring lines in defcustomStefan Kangas2021-09-261-1/+1
* Speed up by storing frame faces in hash tables instead of alistsJashank Jeremy2021-07-211-1/+1
* Do not reset settings when disabling a themeMauro Aranda2021-05-301-1/+1
* Avoid saving session customizations in the custom-fileMauro Aranda2021-05-101-4/+35
* Fix unload+reload of files using `custom-initialize-delay` (bug#47072)Stefan Monnier2021-04-221-3/+8
* ; Remove some useless commentsStefan Kangas2021-04-161-2/+0
* Don't override load-path in require-themeBasil L. Contovounesios2021-03-051-2/+2
* Decouple require-theme from load-themeBasil L. Contovounesios2021-03-041-22/+24
* Add 'require-theme' functionProtesilaos Stavrou2021-03-011-0/+24
* * lisp/gnus/gnus-art.el: Fix misuse of `standard-value`.Stefan Monnier2021-02-021-1/+5
* * lisp/startup.el: Fix bug#45857, bug#30994, and bug#45913.Stefan Monnier2021-01-191-11/+1
* Fix marking "delayed-initialization" vars as dynamically scopedStefan Monnier2021-01-141-5/+6
* ; * lisp/custom.el (defcustom): Fix last change.Basil L. Contovounesios2021-01-101-2/+2
* Add a link to the manual from the defcustom doc stringLars Ingebrigtsen2021-01-101-0/+2
* * lisp/emacs-lisp/autoload.el: Improve last changeStefan Monnier2021-01-051-2/+6
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Merge from origin/emacs-27Michael Albinus2020-11-251-3/+7
|\
| * Fix handling of defcustom :local tagBasil L. Contovounesios2020-11-241-3/+7
* | Go back to not using custom-push-theme when enabling a themeMauro Aranda2020-11-061-2/+24
* | custom-theme-set-variables more resilient against removed librariesLars Ingebrigtsen2020-11-011-1/+4
* | Preserve user customizations after disabling a themeMauro Aranda2020-09-051-6/+15
* | Keep the user theme in sync when marking a variable as setMauro Aranda2020-08-271-0/+3
* | * lisp/custom.el (custom-add-choice): Fix previous commit.Juri Linkov2020-08-091-2/+2
* | Add new utility function custom-add-choiceLars Ingebrigtsen2020-08-081-0/+14
|/
* Fix saving multiple themesMauro Aranda2020-01-111-1/+1