Sachin Patil (He/Him/His)

730 points
psachin

Sachin is passionate about Free and Open source software. He is avid GNU Emacs user and likes to talk and write about open source, GNU/Linux, Git, and Python. He has previously worked on OpenStack, ManageIQ/CloudForms & Red Hat Insights. He also likes to explore Swift Object Storage in his spare time. He can be reached on IRC as psachin@{Libera.Chat, Freenode, OFTC, gnome}. Read more about him at http://psachin.gitlab.io/about

Authored Comments

Thanx Fahad, that was awesome!

Hi Brian,

I understand sometimes providing access functionality is inconvenient for users.

The 'electric-indent-local-mode' was introduced in Emacs 24.4. All you have to do is disable the mode by inserting

(electric-indent-local-mode -1)

in your Emacs config file.