This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-12
Channels
- # arachne (1)
- # beginners (26)
- # cljs-dev (53)
- # cljsrn (1)
- # clojure (140)
- # clojure-italy (13)
- # clojure-russia (14)
- # clojure-spec (5)
- # clojure-uk (6)
- # clojurescript (52)
- # datascript (4)
- # datomic (11)
- # dirac (11)
- # emacs (12)
- # hoplon (9)
- # jobs (4)
- # lein-figwheel (1)
- # off-topic (29)
- # om (10)
- # om-next (1)
- # pedestal (3)
- # protorepl (1)
- # re-frame (16)
- # ring (12)
- # rum (27)
- # slack-help (12)
- # spacemacs (27)
- # unrepl (19)
- # untangled (26)
- # yada (8)
Anyone here using avy jump to line? So it turns out the line short hands are always constant. Is there a way to keep it always displayed? Something like line numbers, but instead of displaying numbers, I want it to just always display the keycode for the avy jump command.
are there. emacs builtins for killing emacs qhitespace, i.e.
(+ (foo)
(bar 2 3 )
(* 2 ( * 3 5) ) )
into
(+ (foo)
(bar 2 3)
(+ 2 (* 3 5)))
basically it should (1) kill all bank white lines, (2) change all adjacent spaces to just one space, and (3) merge )'s that are on their own line
this is sorta weird -- but is it possible in emacs, to have blocks a vertical hrule every 10 lines of buffer displayed
so I want it to look something like
`
10 lines of buffer
---- a hrule ---- displayed // but not a real line in the file
10 lines of buffer
--- another hrule ---
...
@qqq you should collect all these questions + answers somewhere 😀
They can be useful for folks. About the relative numbers in linum I saw some option somewhere, check either the readme or EmacsWiki
@richiardiandrea : as it turns out, you can specify a functino which linum=-mode calls on each line; unfortunately, I don't get refresh to work (i.e. strategy was : get current line, subtract it from the 'absolute count') -- unforuntatley, when I move cursor around, my current-line-count isn't refreshed