Planet Emacslife
Christian Tietze: Key Binding to Select Paragraph or Org Element
https://christiantietze.de/posts/2022/07/emacs-select-paragraph-or-org-element/
Christian Tietze: Key Binding to Select Paragraph or Org Element
https://christiantietze.de/posts/2022/07/emacs-select-paragraph-or-org-element/
Christian Tietze
Key Binding to Select Paragraph or Org Element
I used to rely on M-h to mark the structural element in Emacs; in text buffers, that'd be the paragraph, in org buffers, that was the whole outline item (when the cursor was in the heading line, at least). ...
Planet Emacslife
Mickey Petersen: Fuzzy Finding with Emacs Instead of fzf
http://www.masteringemacs.org/article/fuzzy-finding-emacs-instead-of-fzf?utm_source=newsletter&utm_medium=email&utm_campaign=rss
Mickey Petersen: Fuzzy Finding with Emacs Instead of fzf
http://www.masteringemacs.org/article/fuzzy-finding-emacs-instead-of-fzf?utm_source=newsletter&utm_medium=email&utm_campaign=rss
Planet Emacslife
Protesilaos Stavrou: Emacs: the Modus themes “Summertime” re-spin
https://protesilaos.com/codelog/2022-07-26-modus-themes-color-override-demo/
Protesilaos Stavrou: Emacs: the Modus themes “Summertime” re-spin
https://protesilaos.com/codelog/2022-07-26-modus-themes-color-override-demo/
Protesilaos Stavrou
Emacs: the Modus themes “Summertime” re-spin
A fully fledged demo of overriding the colours of the Modus themes using the customisation options they provide.
Planet Emacslife
Christian Tietze: Emacs Blogging: Insert Tag from YAML Frontmatter Posts
https://christiantietze.de/posts/2022/07/emacs-blogging-insert-tag-yaml-frontmatter-posts/
Christian Tietze: Emacs Blogging: Insert Tag from YAML Frontmatter Posts
https://christiantietze.de/posts/2022/07/emacs-blogging-insert-tag-yaml-frontmatter-posts/
Christian Tietze
Emacs Blogging: Insert Tag from YAML Frontmatter Posts
My blog posts here usually have a line like: tags: [ swift, xcode, codesigning ] For tags I don't use a lot, I sometimes don't remember how to write them. So I do the only sane thing -- and go to my website's ...
Planet Emacslife
Karthik Chikmagalur: Notmuch Ado About Nothing
https://karthinks.com/software/notmuch-ado-about-nothing/
Karthik Chikmagalur: Notmuch Ado About Nothing
https://karthinks.com/software/notmuch-ado-about-nothing/
Karthinks
Notmuch Ado About Nothing
Addressing an innocuous question about the Notmuch email client’s default behavior took me surprisingly deep into the bowels of the package code. When the normal customization methods didn’t help, I realized it might be a good opportunity to live-code a solution.…
Planet Emacslife
Eric MacAdie: 2022-07 Austin Emacs Meetup
https://macadie.info/2022/07/28/2022-07-austin-emacs-meetup/
Eric MacAdie: 2022-07 Austin Emacs Meetup
https://macadie.info/2022/07/28/2022-07-austin-emacs-meetup/
Planet Emacslife
Kisaragi Hiu: GitHub Actions / GitLab CI: deploy to branch
https://kisaragi-hiu.com/deploy-to-branch-in-github-actions-or-gitlab-ci.html
Kisaragi Hiu: GitHub Actions / GitLab CI: deploy to branch
https://kisaragi-hiu.com/deploy-to-branch-in-github-actions-or-gitlab-ci.html
Kisaragi-Hiu
GitHub Actions / GitLab CI: deploy to branch
Planet Emacslife
Alvaro Ramirez: dwim-shell-command improvements
http://xenodium.com/dwim-shell-command-improvements
Alvaro Ramirez: dwim-shell-command improvements
http://xenodium.com/dwim-shell-command-improvements
Xenodium
dwim-shell-command improvements
Planet Emacslife
Andrea: A YASnippet to make it easy debugging clojure code with atoms
http://ag91.github.io/blog/2022/07/28/a-yasnippet-to-make-it-easy-debugging-clojure-code-with-atoms
Andrea: A YASnippet to make it easy debugging clojure code with atoms
http://ag91.github.io/blog/2022/07/28/a-yasnippet-to-make-it-easy-debugging-clojure-code-with-atoms
ag91.github.io
A YASnippet to make it easy debugging clojure code with atoms - Where parallels cross
Speed up your Clojure debuging with a YASnippet
Planet Emacslife
Peter Prevos: Simulating Text Files with R to Test the Emacs Denote Package
https://lucidmanager.org/productivity/testing-denote-package/
Peter Prevos: Simulating Text Files with R to Test the Emacs Denote Package
https://lucidmanager.org/productivity/testing-denote-package/
lucidmanager.org
Simulating Text Files with R to Test the Emacs Denote Package
This article shows how to use R code to generate randomised text files to test the Emacs Denote package.
Planet Emacslife
Gretzuni: Emacs as 21stC interdisciplinary tool
https://gretzuni.com/articles/emacs-as-21stc-interdisciplinary-tool
Gretzuni: Emacs as 21stC interdisciplinary tool
https://gretzuni.com/articles/emacs-as-21stc-interdisciplinary-tool
System Crafters
Automating Tasks with Emacs Lisp - System Crafters Live!
https://www.youtube.com/watch?v=6zvE2vZEPzs
Automating Tasks with Emacs Lisp - System Crafters Live!
https://www.youtube.com/watch?v=6zvE2vZEPzs
YouTube
Automating Tasks with Emacs Lisp - System Crafters Live!
In today's stream, we'll automate a particular task that I don't find very fun: editing YouTube video descriptions. We'll use Emacs Lisp to interact with the YouTube Data API to pull down a video's description, edit it in a buffer, and then save the description…
Planet Emacslife
Cameron Desautels: Emacs: Running Shell Commands on the Current File
https://camdez.com/blog/2022/07/29/emacs-running-shell-commands-on-the-current-file/
Cameron Desautels: Emacs: Running Shell Commands on the Current File
https://camdez.com/blog/2022/07/29/emacs-running-shell-commands-on-the-current-file/
camdez
Emacs: Running Shell Commands on the Current File
I’ve long thought it was a little funny that Emacs doesn’t provide an
easy way to run a shell command on the current file. It turns out it
does, but it’s not as obvious as you might expect.
easy way to run a shell command on the current file. It turns out it
does, but it’s not as obvious as you might expect.
Planet Emacslife
Alvaro Ramirez: An accentuated Emacs experiment (à la macOS)
http://xenodium.com/an-accentuated-emacs-experiment
Alvaro Ramirez: An accentuated Emacs experiment (à la macOS)
http://xenodium.com/an-accentuated-emacs-experiment
Xenodium
An accentuated Emacs experiment (à la macOS)
Planet Emacslife
Bozhidar Batsov: Clojure Tricks: Replace in String
https://batsov.com/articles/2022/07/31/clojure-tricks-replace-in-string/
Bozhidar Batsov: Clojure Tricks: Replace in String
https://batsov.com/articles/2022/07/31/clojure-tricks-replace-in-string/
(think)
Clojure Tricks: Replace in String
Today I saw a clever bit of Clojure code involving clojure.string/replace, that reminded me how powerful the Clojure standard library is. I guess pretty much everyone knows that replace is normally used to replace some part of a string using a regular expression…
Planet Emacslife
Bozhidar Batsov: Clojure Tricks: Zipping Things Together
https://batsov.com/articles/2022/07/31/clojure-tricks-zipping-things-together/
Bozhidar Batsov: Clojure Tricks: Zipping Things Together
https://batsov.com/articles/2022/07/31/clojure-tricks-zipping-things-together/
(think)
Clojure Tricks: Zipping Things Together
Many programming languages have a function for combining the elements of multiple collections (e.g. arrays or lists) together. Typically this function is named zip. Clojure doesn’t have a zip function in the standard library, which leads many newcomers to…
Planet Emacslife
Philip K.: Using Guix Environments in Emacs using buffer-env
https://amodernist.com/texts/emacs-guix.html
Philip K.: Using Guix Environments in Emacs using buffer-env
https://amodernist.com/texts/emacs-guix.html
Planet Emacslife
Yi Tang: Machine Learning in Emacs - Copy Files from Remote Server to Local Machine
http://yitang.uk/2022/07/31/mle-copy-files-to-local-machine/
Yi Tang: Machine Learning in Emacs - Copy Files from Remote Server to Local Machine
http://yitang.uk/2022/07/31/mle-copy-files-to-local-machine/