Fork me on GitHub
#emacs
<
2016-08-09
>
aengelberg23:08:47

How could I change my emacs config so that the namespaces get indented like so:

(ns my.ns
  (:require
    [my.lib :as l])
  (:import
    my.Class))
instead of
(ns my.ns
  (:require
   [my.lib :as l])
  (:import
   my.Class))