


Emacs News, Packages, Articles, Videos, Events & more
This is a sister community of
-
Planet Emacs: Emacs News, Packages, Articles, Videos & more @lemmy.ml johnhamelink @lemmy.ml Tweaking Emacs for Ruby Development
cross-posted from: https://lemmy.ml/post/1794013
I decided to write-up some tips on how I've tweaked my Emacs for Ruby development after starting to write Ruby again for the first time in some time. I hope it's useful - feedback very welcome.
My blog is also available as a Gemini Capsule, if that's your thing.
-
Planet Emacs: Emacs News, Packages, Articles, Videos & more @lemmy.ml indieterminacy @lemmy.ml Indexing Your Init File
cross-posted from: https://lemmy.ml/post/956286
James Dyer has a useful short post on indexing his init.el file. His scheme is simple. His init.el is broken into sections each of which starts with:
undefined
;; ;; -> Section-name ;;
Then he used occur to generate the actual index. Rather than call occur each time with the need to provide the regex, he wrote a 4-line function that does it for him. He doesn’t say whether he bound it to a key sequence but that, of course, is trivial.
... ```
-
Planet Emacs: Emacs News, Packages, Articles, Videos & more @lemmy.ml ☆ Yσɠƚԋσʂ ☆ @lemmy.ml andreyorst.gitlab.io Emacs Lisp shorthands as namespacing systemIn Emacs version 28 Emacs developers introduced so-called read symbol shorthands. If you’re interested in the rationale, feel free to search the Emacs developer mailing list for the discussion. However, it does seem that not everyone likes the idea of shorthands as a substitution for namespaces (or ...
-
Planet Emacs: Emacs News, Packages, Articles, Videos & more @lemmy.ml ☆ Yσɠƚԋσʂ ☆ @lemmy.ml An Interview with Mickey Petersen, Author of Mastering Emacs
syntopikon.substack.com An Interview with Mickey Petersen, author of Mastering EmacsAn interview with Mickey Petersen, author of Mastering Emacs
-
Planet Emacs: Emacs News, Packages, Articles, Videos & more @lemmy.ml ☆ Yσɠƚԋσʂ ☆ @lemmy.ml Setting Emacs up to use your system trash can potentially save your bacon if you mistakenly delete a file, say from dired.
xenodium.com \$ rm Important.txt (uh oh!)Setting Emacs up to use your system trash can potentially save your bacon if you mistakenly delete a file, say from dired. Unsurprisingly, the trash ...
-
Planet Emacs: Emacs News, Packages, Articles, Videos & more @lemmy.ml vi21 @lemmy.ml Can I close all buffers related to Sly in one command on #Emacs?
I want to close all buffers with has "sly" in their name. Can I do something like this:
CLOSE buffer WHERE buffer.name LIKE '%sly%';