Skip to main content

Questions tagged [customize]

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

Filter by
Sorted by
Tagged with
1 vote
1 answer
65 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
2 votes
2 answers
134 views

I have installed a fresh copy of emacs on a new linux machine. Instead of creating an init.el file in the ~/.emacs.d folder, I just used the menu and set some options and set a default font. I exited ...
EddieRich's user avatar
0 votes
1 answer
71 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
33 views

I have a made-up markup-like language named weirdlang which I wish to include within org files like this: #+begin_src weirdlang H: Hello L: This is a list I: Item 1 #+end_src This corresponds to ...
J...S's user avatar
  • 105
0 votes
0 answers
74 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
1 vote
1 answer
107 views

There is a new LaTeX package: "contract". Inside a contract environment there are two new sectioning commands: \Clause[optionlist] \SubClause[optionlist] The section command of Clause is on ...
Keks Dose's user avatar
  • 538
0 votes
0 answers
31 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
1 vote
1 answer
998 views

I'm new to emacs and installed the nerd-icons.el package along with the package nerd-icons dired. The problem is I don't like the icons set as default. Even though i've read the nerd-icons GitHub page,...
RedRocket's user avatar
3 votes
1 answer
207 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
1 vote
1 answer
60 views

In a package of my own, namely skel-el, I define a user option skel-el-line1 (well, ok, I'm the only one user) which can be a string, a variable (containing some string) or a function (whithout ...
Frnçs's user avatar
  • 13
0 votes
3 answers
138 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
11 votes
1 answer
4k views

I'm a bit uncertain about which method to use for setting a variable: setq, customize-set-variable, or setopt. I did some research online, and it seems that opinions on this matter are quite varied. ...
Zoli's user avatar
  • 539
3 votes
2 answers
470 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
784 views

How can I set the text size to be larger all the time, starting from when I open the GUI app? I am specifically referring to the text size for the buffer and modeline. I am moderately visually ...
vnbcs's user avatar
  • 1
0 votes
1 answer
776 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
0 votes
0 answers
226 views

I found this answer: (eval-after-load 'dired '(progn (define-key dired-mode-map (kbd "c") 'my-dired-create-file) (defun create-new-file (file-list) (defun exsitp-untitled-...
user129393192's user avatar
0 votes
0 answers
187 views

So today I installed a dashboard for emacs with M-x package-install RET dashboard. It works perfectly fine. I made some nice customization and it looks great! But by default, there are some messages (...
MySQLInjection's user avatar
0 votes
1 answer
186 views

The font face of the window labels in ace window seem to have the same size as that of the text in the buffer, which is in general too small for me to allow for quick visual parsing. I was hoping that ...
loonatick's user avatar
  • 217
1 vote
1 answer
116 views

I am new to Emacs (28.2) and would like to customize certain packages by simply hiding some of their elements or faces. For example, I'm trying to remove elfeed-search-last-update-face from elfeed-...
Carapuce's user avatar
0 votes
0 answers
202 views

On my linux box when I run emacs .& from the command line, inside a folder it opens up and displays that folders contents via Dired. I need to either: display the Doom landing screen instead of ...
thefonso's user avatar
  • 101
0 votes
0 answers
72 views

What I am about to say is best reproduced with an empty configuration. So if you want to reproduce this issue just back up your ~/.emacs.d and any other init files to a different folder and try this. ...
Eminent's user avatar
  • 67
1 vote
3 answers
563 views

One of the nice features of Emacs is that you can use Tab for in-line completions and Tab-Tab for showing possible completions to already typed text in a separate buffer if there are multiple of them. ...
oOosys's user avatar
  • 515
2 votes
1 answer
135 views

I use emacs for common lisp development. I noticed that the documentation string for functions is white and makes it hard for me to read. Is there a way for me to change the color of this string? ...
Vinn's user avatar
  • 333
3 votes
1 answer
184 views

I want to write a defcustom definition for a variable my-var. my-var is an alist that maps strings to plists. Each such plists maps one of three keys (:x, :y, :z) to a list of strings. So, a member ...
efl's user avatar
  • 93
1 vote
0 answers
76 views

I would like to create more separation between the custom variables generated through the Customize UI that are generated for org-mode, and non-org mode features. I have already broken out my primary ...
charliesneath's user avatar
0 votes
1 answer
768 views

https://www.gnu.org/software/emacs/manual/html_node/efaq/Displaying-the-current-line-or-column.html M-x (global-display-line-numbers-mode) But after I do C-x C-c then it's not configed. How do I make ...
jian's user avatar
  • 103
1 vote
1 answer
563 views

I would like to set the frame position of the initial frame, by letting the user position the frame where he wants. I can then save the cons cell in a variable which will then be used for set-frame-...
Dilna's user avatar
  • 1,473
1 vote
1 answer
230 views

I'd like Emacs to follow this indentation style: struct Foo { void bar() { for (int i=0; i<10; i++) { if (condition) { // code // code ...
sajmon's user avatar
  • 56
4 votes
2 answers
988 views

I really need this but couldn't figure out how to do it. Let's say I open a file in a new buffer which has 200 line of code. Now I'm in the beginning of my file in line 1. And Mode line showing All(1,...
Likhon BaRoy's user avatar
2 votes
1 answer
315 views

What i'm trying to do here is that, in my buffer I want to point the cursor position through highlighting the line horizontally and column vertically. Much like the CrosshairHighlighting mode. (https:...
Likhon BaRoy's user avatar
0 votes
1 answer
64 views

When I have a custom variable and a function that changes it's value: (defcustom current-fileset nil "Currently selected fileset" :type 'string) (defun set-val () (setq current-fileset &...
user4035's user avatar
  • 1,119
1 vote
1 answer
271 views

When reading a pdf file, I use different colors for highlighting; for example to distinguish different ideas. Is it possible to have a number of colors readily available when using pdf-tools. That is ...
user25482's user avatar
2 votes
1 answer
379 views

How can I customize pdf-tools' default color for highlighting (from yellow to something else)?
user25482's user avatar
0 votes
1 answer
164 views

I'm using emacs 28.1 with Spacemacs and after installing pulsar I'm wondering how to add the pulse functionality on certain events, such as, when going through search matches, scrolling up, down, etc. ...
stigma's user avatar
  • 113
1 vote
1 answer
59 views

I have mark-even-if-inactive set to t in my init.el; I've found that I that so (interative "r") works as expected; if that variable is nil, I get "The mark is not active now" when ...
Dan Drake's user avatar
  • 809
0 votes
1 answer
654 views

Here it says that the type of lsp-clients-pylsp-library-directories is (repeat string) How do I write my dir_locals.el file ? I tried this but it doesn't work (see here) ((lsp-mode . ((lsp-clients-...
user1632812's user avatar
0 votes
0 answers
40 views

Sometimes I would like a tree's statistics cookie, for example "[1/3]", to be calculated differently than what is specified in the global value for org-provide-todo-statistics. For example, ...
Max Pfleger's user avatar
1 vote
2 answers
477 views

In GTK versions of Emacs (or more generally any GUI version of Emacs), can the scrollbar and menubar colors be customized? I can probably change the look of ALL my GTK applications, but when running ...
Arne's user avatar
  • 449
1 vote
1 answer
179 views

I work with latex/other documents with long nested of texts/codes are enclosed by paratheses or braces, like this: { long blocks of latex or other materials ( another long blocks of texts ...
underflow's user avatar
  • 153
1 vote
0 answers
889 views

I am currently running Doom Emacs and using org-mode. When I try to move a file to the front of the agenda file list (C-c [), It is updating the custom.el file, rather than the config.el file. In my ...
sergio_101's user avatar
1 vote
1 answer
350 views

I'm trying to add a new file foo.org and delete an old bar.org from the org-refile-target variable. So doing (setq org-refile-targets (quote (("~/foo.org" :maxlevel . 2)) should work by ...
Daniel's user avatar
  • 99
1 vote
1 answer
73 views

I have a problem that variables defined with defcustom in elisp files under ~/.elisp do not appear in the Customize UI. In particular, I use word-count-mode from https://github.com/tomaszskutnik/word-...
Supernormal's user avatar
1 vote
0 answers
737 views

I'm trying to configure a remote path when using tramp. I have added (add-to-list 'tramp-remote-path "/root/.cargo/bin") to my init.el I get the following error: Symbol's value as variable ...
kevzettler's user avatar
0 votes
1 answer
310 views

I customized org-tag-alist using the built-in customization interface. This stored the values in ("tag") . <ascii key value>) pairs like this: ("ez" . 90) ("pin"...
Max Pfleger's user avatar
0 votes
1 answer
844 views

I am using lsp-mode with Gopls as my coding environment. But I have one file with // +build tagthis at beginning of the file. Then my emacs lsp-mode cannot work well in this file. How can I change ...
ccQpein's user avatar
  • 123
0 votes
2 answers
687 views

I like using org-mode as a distraction free text editor. I also like using org-indent-mode when navigating my entire file. I also like using org-tree-to-indirect-buffer to focus on a desired section ...
tiveriphysto's user avatar
0 votes
2 answers
112 views

I'm trying to edit a mode's font-lock-keywords variable to use defcustom instead of defconst (which it was using previously). Obviously, this is because I want to be able to easily customize the mode'...
GDP2's user avatar
  • 1,380
0 votes
0 answers
112 views

I had tried to use a thin weight font as the default face and a regular weight font as the bold face (try, it's a nice combination), but I desisted because there are a zillion faces that do not ...
gboffi's user avatar
  • 634
3 votes
1 answer
905 views

In my init.el, I have the following line (setq custom-file (expand-file-name "custom.el" user-emacs-directory)) which is supposed to set the file custom.el into .emacs.d config folder for ...
PinkCollins's user avatar
2 votes
3 answers
771 views

When I install packages with M-x package-install, it edits the ~/.emacs file and adds the following content: (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by ...
Lone Learner's user avatar

1
2 3 4 5