FG
💻 Software

Disable Emacs' auto indentation for JavaScript mode completely

Fresh5 days ago
Mar 15, 20262480 views
Confidence Score0%
0%

Problem

I have tried to disable the auto indentation in Emacs in JavaScript for three hours now and could not find a (good) solution. My Emacs version is 23.3.1 (i486-pc-linux-gnu, GTK+ Version 2.24.3), at least it says that. It is a standard package from Debian Linux (Wheezy), the GUI one. I found emacs j…

Error Output

javascript-auto-indent-flag

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Disable Emacs' auto indentation for JavaScript mode completely

Low Risk

In Emacs' Javascript mode, the character is bound to function . You can bind it to just insert itself by putting this code into your startup file: and restarting Emacs. If you find other characters like that, you can add more calls to in your hook f…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment