Skip to main content

Questions tagged [tabs]

Questions about the inserting/manipulating/displaying TAB characters in Emacs files. Do not use this tag for questions related to browser style "tabs".

0 votes
0 answers
35 views

As title suggests I want to know how to change the tab spacing to 4 spaces with nix-mode (I know it's wrong but it's easier for me to read). Here is the two snippets regarding the issue, one is how I ...
nixbug33's user avatar
2 votes
1 answer
127 views

There seems to be a slight difference in how emacs, with whitespace-mode enabled, displays tabs compared to e.g. terminals: When a tab would lead to only one (visual) space being displayed before the ...
Julien Oster's user avatar
0 votes
1 answer
58 views

In Firefox one can enable the option to cycle through tabs in the order they were recently used. I'd like the same in Emacs, but all resources I found talk about cycling through buffers, which is not ...
Alexander Praehauser's user avatar
1 vote
1 answer
423 views

Greetings lately I've been trying to learn Emacs and configure it as an IDE, so I started learning the basics, until I got to the segment of configuring indentations. I do understand that the term Tab ...
KhodeNima's user avatar
  • 113
0 votes
1 answer
194 views

I have the following configuration for tabs: (setq-default indent-tabs-mode nil) (setq-default tab-width 4) This works inside code and text files, where hitting tab indeed gives me 4 spaces. However, ...
cheryllium's user avatar
0 votes
2 answers
81 views

I have set TAB to flip between two windows using:- (global-set-key (kbd "TAB") 'other-window) This works sometimes, but not always. How should I define it?
balanga's user avatar
  • 153
0 votes
0 answers
59 views

How to configure emacs such that code (in this case :which-key) is aligned in both org-edit-src-code org-mode and exported PDF? I'm guessing this is somewhat related to tabs getting different amount ...
Garid's user avatar
  • 864
1 vote
0 answers
447 views

I use an indentation sensitive language (imba) and I need to always use tabs. I'm using doom emacs and I'm also writing a wip major mode for Imba. But I press tab and it adds indentation using tabs (a ...
Abdellah Stands with Gaza's user avatar

15 30 50 per page
1
2 3 4 5
7