Skip to main content

Questions tagged [customize]

Use this tag for questions about modifying a particular action or task within Emacs.

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
1 answer
70 views

I have an existing init.el file but an otherwise "clean" Emacs - the .config/emacs directory is empty. When I start Emacs I naturally get warning messages about missing packages which are ...
JohnDoe's user avatar
  • 219
0 votes
0 answers
73 views

I'm trying to show full b/B bytes, l/L lines, c/C columns in the mode line (where n/N denotes "point is at n of N total), all zero-based, with both sides of each fraction padded as needed to keep ...
GfE W3vHy's user avatar
  • 101
0 votes
0 answers
29 views

In my .emacs file, I have some settings that I need to share with my colleagues to ensure that other tools I've shared in a Git repository work correctly. I was thinking of moving these settings to a ...
Gabriele's user avatar
  • 1,720
3 votes
1 answer
205 views

The default "bell.wav" sound file included in the org-pomodoro package that plays when an interval is concluded is much louder than other sounds on my computer. I'm trying to figure out how ...
DJ Trait's user avatar
0 votes
3 answers
134 views

Does anybody know of a function/package/etc. to draw visual separators between "high-level" blocks of code, like class and function definitions? Similar to the horizontal lines in these ...
0x5453's user avatar
  • 349
3 votes
2 answers
457 views

Emacs 29.1 introduced new functions to install packages directly from source. Configuring it to download from the latest commit works fine, but I can't find how to download from a specific commit ...
Balto's user avatar
  • 31
0 votes
1 answer
768 views

I want to change some attributes for the mode-line using elisp file calls. But I want to use exclusively the code that I write myself, without having emacs write to my init file. Although I have been ...
Dilna's user avatar
  • 1,473

15 30 50 per page
1
2 3 4 5
17