This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-13
Channels
- # announcements (5)
- # babashka (23)
- # beginners (3)
- # business (6)
- # clj-kondo (40)
- # clojure (81)
- # clojure-berlin (1)
- # clojure-france (12)
- # clojure-nl (1)
- # clojure-norway (1)
- # clojurescript (4)
- # cursive (7)
- # data-science (1)
- # datascript (1)
- # emacs (9)
- # events (1)
- # fulcro (37)
- # malli (3)
- # meander (5)
- # membrane (2)
- # nrepl (1)
- # parinfer (1)
- # pathom (9)
- # re-frame (31)
- # reitit (10)
- # sci (2)
- # shadow-cljs (3)
- # sql (3)
- # tools-deps (16)
- # uncomplicate (4)
- # vrac (1)
What's the emacs package/config that prevents Tab from inserting a Tab and instead does only autoindenting
i don't know about that, but i have this in my ~/.emacs.d/init.el:
(setq-default indent-tabs-mode nil)
does that seem close to what you want?It kinda works. Doesn't work for elisp tho. Not maybe I'm remembering a behaviour that didn't exist in my config hmmmm
interesting...when i do emacs -q
and edit an emacs lisp file, pressing tab doesn't lead to any tabs being inserted afaict.