Planet Emacslife
Marcin Borkowski: Playing videos from the last position in mpv
http://mbork.pl/2022-10-24_Playing_videos_from_the_last_position_in_mpv
Marcin Borkowski: Playing videos from the last position in mpv
http://mbork.pl/2022-10-24_Playing_videos_from_the_last_position_in_mpv
Planet Emacslife
Bozhidar Batsov: OCaml Tips: Converting a String to a List of Characters
https://batsov.com/articles/2022/10/24/ocaml-tips-converting-a-string-to-a-list-of-characters/
Bozhidar Batsov: OCaml Tips: Converting a String to a List of Characters
https://batsov.com/articles/2022/10/24/ocaml-tips-converting-a-string-to-a-list-of-characters/
(think)
OCaml Tips: Converting a String to a List of Characters
While playing with OCaml I was surprised to learn there’s no built-in function the convert a string to a list of its characters. Admittedly, that’s not something you need very often, but it does come handy from time to time. There are many ways to implement…
👎1
Planet Emacslife
Protesilaos Stavrou: Emacs: introduction to the ef-themes “cyprus” theme
https://protesilaos.com/codelog/2022-10-24-ef-cyprus-theme/
Protesilaos Stavrou: Emacs: introduction to the ef-themes “cyprus” theme
https://protesilaos.com/codelog/2022-10-24-ef-cyprus-theme/
Protesilaos Stavrou
Emacs: introduction to the ef-themes “cyprus” theme
I added another theme to my ‘ef-themes’ collection. It is a legible light theme with green, yellow, teal, red colors.
Planet Emacslife
Sacha Chua: 2022-10-24 Emacs news
https://sachachua.com/blog/2022/10/2022-10-24-emacs-news/
Sacha Chua: 2022-10-24 Emacs news
https://sachachua.com/blog/2022/10/2022-10-24-emacs-news/
❤1
Planet Emacslife
Jeremy Friesen: Adding a Function to Carry Forward an Org-Mode Agenda Item
https://takeonrules.com/2022/10/24/adding-a-function-to-carry-forward-an-org-mode-agenda-item/
Jeremy Friesen: Adding a Function to Carry Forward an Org-Mode Agenda Item
https://takeonrules.com/2022/10/24/adding-a-function-to-carry-forward-an-org-mode-agenda-item/
Take on Rules
Adding a Function to Carry Forward an Org-Mode Agenda Item
Yesterday evening I spent some time hacking on Emacs. What follows builds from Org Mode Capture Templates and Time Tracking.
My intention in sharing this post is to add to the corpus of examples for Org Element API; to share working with the constraints of…
My intention in sharing this post is to add to the corpus of examples for Org Element API; to share working with the constraints of…
Planet Emacslife
Alvaro Ramirez: Emacs: A welcoming experiment
http://xenodium.com/emacs-a-welcoming-experiment
Alvaro Ramirez: Emacs: A welcoming experiment
http://xenodium.com/emacs-a-welcoming-experiment
Xenodium
Emacs: A welcoming experiment
Planet Emacslife
Protesilaos Stavrou: Emacs: introduction to the ef-themes “cherie” theme
https://protesilaos.com/codelog/2022-10-25-ef-cherie/
Protesilaos Stavrou: Emacs: introduction to the ef-themes “cherie” theme
https://protesilaos.com/codelog/2022-10-25-ef-cherie/
Protesilaos Stavrou
Emacs: introduction to the ef-themes “cherie” theme
I added another theme to my ‘ef-themes’ collection. It is a legible dark theme with warm colors (mostly pink, magenta, gold).
Planet Emacslife
Sacha Chua: Learning a lot on the way to EmacsConf
https://sachachua.com/blog/2022/10/learning-a-lot-on-the-way-to-emacsconf/
Sacha Chua: Learning a lot on the way to EmacsConf
https://sachachua.com/blog/2022/10/learning-a-lot-on-the-way-to-emacsconf/
Planet Emacslife
Sacha Chua: subed.el: Word-level timing improvements, TSV support
https://sachachua.com/blog/2022/10/subed-el-word-level-timing-improvements/
Sacha Chua: subed.el: Word-level timing improvements, TSV support
https://sachachua.com/blog/2022/10/subed-el-word-level-timing-improvements/
Planet Emacslife
Mickey Petersen: Keyboard Shortcuts every Command Line Hacker should know about GNU Readline
http://www.masteringemacs.org/article/keyboard-shortcuts-every-command-line-hacker-should-know-about-gnu-readline?utm_source=newsletter&utm_medium=email&utm_campaign=rss
Mickey Petersen: Keyboard Shortcuts every Command Line Hacker should know about GNU Readline
http://www.masteringemacs.org/article/keyboard-shortcuts-every-command-line-hacker-should-know-about-gnu-readline?utm_source=newsletter&utm_medium=email&utm_campaign=rss
Mastering Emacs
Keyboard Shortcuts every Command Line Hacker should know about GNU Readline
Most command line programs that offer line editing -- like bash, Python, GDB, psql, sqlite and more -- do so using GNU readline. Readline's a powerful library that grants history, completion, movement and editing to programs that use it --- and a stable and…
❤2
Planet Emacslife
Manuel Uberti: Automatically format Clojure buffers
https://manueluberti.eu//emacs/2022/10/27/cljformat/
Manuel Uberti: Automatically format Clojure buffers
https://manueluberti.eu//emacs/2022/10/27/cljformat/
manueluberti.eu
Automatically format Clojure buffers – Manuel Uberti
My personal website
Planet Emacslife
Protesilaos Stavrou: Emacs: modus-themes version 3.0.0
https://protesilaos.com/codelog/2022-10-28-modus-themes-3-0-0/
Protesilaos Stavrou: Emacs: modus-themes version 3.0.0
https://protesilaos.com/codelog/2022-10-28-modus-themes-3-0-0/
Protesilaos Stavrou
Emacs: modus-themes version 3.0.0
Information about the latest version of my highly accessible themes for GNU Emacs.
System Crafters
Crafting a Configuration Site Generator in Emacs - System Crafters Live!
https://www.youtube.com/watch?v=zMzkorlfqLA
Crafting a Configuration Site Generator in Emacs - System Crafters Live!
https://www.youtube.com/watch?v=zMzkorlfqLA
YouTube
Crafting a Configuration Site Generator in Emacs - System Crafters Live!
In today's stream, we'll start hacking on a new project that will make it possible to generate a nice website from your configuration files without writing it all in Org Mode files. I plan to work on this across multiple streams, so come help me kick it…
Planet Emacslife
Mickey Petersen: Securely Generating TOTP tokens with Emacs
http://www.masteringemacs.org/article/securely-generating-totp-tokens-emacs?utm_source=newsletter&utm_medium=rss
Mickey Petersen: Securely Generating TOTP tokens with Emacs
http://www.masteringemacs.org/article/securely-generating-totp-tokens-emacs?utm_source=newsletter&utm_medium=rss
Mastering Emacs
Securely Generating TOTP tokens with Emacs
If you're tired of reaching for your smartphone authenticator or key fob to type in a TOTP, or Time-Based One-Time Password, then why not use Emacs to generate them for you instead? Combine it with auth sources and GPG, and you can securely encrypt the master…