Skip to main content

Questions tagged [customization]

1 vote
1 answer
59 views

How to identify the parent group(s) of a symbol defined with a defcustom form with elisp code? For instance I would like to use or write a function custom-group-of such that (custom-group-of 'delete-...
PRouleau's user avatar
  • 924
0 votes
0 answers
104 views

OS: Fedora 42 emacs: GNU Emacs 30.1 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.24.49, cairo version 1.18.2) of 2025-04-08 Tabs are being inserted into my source files again instead of spaces in ...
technog's user avatar
2 votes
1 answer
90 views

I use the function wiki-summary-insert from the Melpa package wiki-summary quite often in my Org Mode files and because it's actually a quote from a source I end up highlighting the region and ...
tink.'s user avatar
  • 138
0 votes
1 answer
314 views

I have noticed recently, the Emacs always shows a list of "unneeded" packages, which could be "auto-removed". The packages it suggests as not needed are those that were installed ...
dilettant's user avatar
  • 135
2 votes
1 answer
369 views

(Please see what is letrec first.) The following code is obviously fine and self-explanatory: ;; -*- lexical-binding: t; -*- (setq post-self-insert-hook `(,@(when (boundp 'post-self-insert-hook) ...
shynur's user avatar
  • 6,200
0 votes
1 answer
127 views

The Title already tells what the question is about. The purpose of the answer to this question would be to become able to find out which default values differ between the versions 27.1 and 28.2 of ...
oOosys's user avatar
  • 515
1 vote
1 answer
132 views

I am trying to just adjust a few colors, without creating a whole theme. My lisp startup file contains: (load-theme 'tsdh-dark t nil) ... (set-face-foreground 'custom-variable-tag "White") ...
Philipp Ludwig's user avatar
0 votes
0 answers
76 views

How can I determine whether to use customize-set-variable rather than setq?
Dilna's user avatar
  • 1,473

15 30 50 per page