This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-28
Channels
- # announcements (1)
- # beginners (183)
- # boot (2)
- # clara (4)
- # cljs-dev (20)
- # clojure (59)
- # clojure-dev (7)
- # clojure-nl (1)
- # clojure-serbia (1)
- # clojure-sg (1)
- # clojure-spec (4)
- # clojure-uk (15)
- # clojurescript (77)
- # clr (1)
- # data-science (9)
- # datomic (23)
- # docs (3)
- # duct (15)
- # emacs (8)
- # events (1)
- # fulcro (6)
- # instaparse (3)
- # juxt (1)
- # lumo (9)
- # off-topic (18)
- # perun (2)
- # portkey (13)
- # reagent (2)
- # reitit (11)
- # ring (10)
- # shadow-cljs (158)
- # tools-deps (34)
Emacs 26.1 was just released https://www.gnu.org/software/emacs/news/NEWS.26.1 !!!
Great! Are you already gonna start using it for daily work?
> Emacs can now be run as a GUI application from the command line on macOS.
Interesting! I can do that right now of course (`open path/to/Emacs.app`) but iirc there was some drawback... Like properly receiving arguments
> ns-transparent-titlebar
maybe the sole reason why I was using railwaycat/homebrew-emacsmacport
, gotta try it out
how do I create a hook for copying/killing/items added to the kill ring. I don't see hooks for functions like "kill-region"
I'm looking into advice (defadvice/add-function) but haven't had luck getting it working, complains the kill-region function is void
I'm doing some elisp I am trying to use the built in url
lib but it's pretty bad to use. It just locks up my emacs. Any suggestions which is a good http library for emacs?
Thank you will try this one out