This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-22
Channels
- # asami (31)
- # babashka (1)
- # beginners (29)
- # biff (32)
- # cider (6)
- # clojure (29)
- # clojure-europe (7)
- # clojurescript (16)
- # community-development (18)
- # core-typed (11)
- # emacs (8)
- # hyperfiddle (10)
- # lsp (26)
- # nbb (8)
- # off-topic (17)
- # other-languages (1)
- # pedestal (2)
- # reitit (6)
- # releases (1)
- # sci (2)
- # shadow-cljs (19)
Is there something like clj-kondo's lint-as for elisp?
TIL how to view changes to the current file:
M-x magit-log-buffer-file
I expect I'll use this a lot to see where current development effort is focused. Is this a new file (short log, recent dates) or an old file (long log). Works just like the normal M-x magit-log-current
- you can view commit messages, changes to files, etc.👍 2
Very nice, TIL 🙂
Check out vc-region-history
too for region-specific changes
💯 2
2
Wow, nice! That's super compact for viewing changes to a specific function.
I gave it a go for looking up the history of clojure.walk/walk
, interesting to see its history from 2009.
Now try marking a few files in Dired and run magit-dired-log. It shows the log only for selected files.
➕ 2
✔️ 4
🤯 2
💯 2
🙏 2
👍 2
it does? For me it uses the dir. Ah magit-log-buffer-file also tries to only log the region, if active