Planet Emacslife
Bozhidar Batsov: Setting up Emacs for OCaml Development
https://batsov.com/articles/2022/08/23/setting-up-emacs-for-ocaml-development/
Bozhidar Batsov: Setting up Emacs for OCaml Development
https://batsov.com/articles/2022/08/23/setting-up-emacs-for-ocaml-development/
(think)
Setting up Emacs for OCaml Development
I’ve promised you articles about OCaml and here they come! The first order of business when learning a new programming language is to setup Emacs for effective programming in it.
Planet Emacslife
But She's a Girl: Keyboard layout updates and Meow
https://www.rousette.org.uk/archives/keyboard-layout-updates-and-meow/
But She's a Girl: Keyboard layout updates and Meow
https://www.rousette.org.uk/archives/keyboard-layout-updates-and-meow/
Planet Emacslife
Ben Simon: Emacs for Project Notes: Quick Capture, Automatic Organization
https://www.blogbyben.com/2022/07/emacs-for-project-notes-quick-capture.html
Ben Simon: Emacs for Project Notes: Quick Capture, Automatic Organization
https://www.blogbyben.com/2022/07/emacs-for-project-notes-quick-capture.html
Blogbyben
Emacs for Project Notes: Quick Capture, Automatic Organization
I noticed a pattern during work video calls: I found myself regularly sharing my screen and opening Notepad to capture notes and for...
Planet Emacslife
Marcin Borkowski: Screenshots from Emacs
http://mbork.pl/2022-08-27_Screenshots_from_Emacs
Marcin Borkowski: Screenshots from Emacs
http://mbork.pl/2022-08-27_Screenshots_from_Emacs
Planet Emacslife
Bozhidar Batsov: OCaml Tips: Multiple Let Bindings
https://batsov.com/articles/2022/08/28/ocaml-tips-multiple-let-bindings/
Bozhidar Batsov: OCaml Tips: Multiple Let Bindings
https://batsov.com/articles/2022/08/28/ocaml-tips-multiple-let-bindings/
(think)
OCaml Tips: Multiple Let Bindings
One thing that was a bit weird for me in OCaml early on was how to introduce multiple let bindings (e.g. in the body of a function definition). Think something like this in Clojure:
Planet Emacslife
Chen Bin (redguardtoo): Code faster by extending Emacs EVIL text object
http://blog.binchen.org/posts/code-faster-by-extending-emacs-evil-text-object/
Chen Bin (redguardtoo): Code faster by extending Emacs EVIL text object
http://blog.binchen.org/posts/code-faster-by-extending-emacs-evil-text-object/
Chen's blog
Code faster by extending Emacs EVIL text object
I use EVIL text object a lot. For example, press vi( to select the code snippet inside parenthesis.
I could also press vib to do exactly same thing as vi( because below code in EVIL's evil-maps.el
I could also press vib to do exactly same thing as vi( because below code in EVIL's evil-maps.el
Planet Emacslife
Mario Jason Braganza: Notes to Self on Renewing Wildcard Certbot Certs
https://janusworx.com/blog/notes-to-self-on-renewing-wildcard-certbot-certs/
Mario Jason Braganza: Notes to Self on Renewing Wildcard Certbot Certs
https://janusworx.com/blog/notes-to-self-on-renewing-wildcard-certbot-certs/
Janusworx
Notes to Self on Renewing Wildcard Certbot Certs
After struggling to renew my certs for the third time in a row, hopefully these pointers should keep me on track for the next time.
Namecheap does not yet support automatic wildcard renewal for the Letsencrypt/Certbot combo. Check next year. Have your Namecheap…
Namecheap does not yet support automatic wildcard renewal for the Letsencrypt/Certbot combo. Check next year. Have your Namecheap…
Planet Emacslife
Mario Jason Braganza: Moving Tasks Between Org Files in Emacs
https://janusworx.com/blog/moving-tasks-between-org-files-in-emacs/
Mario Jason Braganza: Moving Tasks Between Org Files in Emacs
https://janusworx.com/blog/moving-tasks-between-org-files-in-emacs/
Janusworx
Moving Tasks Between Org Files in Emacs
More diving into Org Mode and Emacs.
I have a stuff-to-do.org file, that serves as an inbox for most long term tasks that I want to tackle. Stuff that needs doing, books that I want to buy, books that I want to read, courses that I want to learn, movies or…
I have a stuff-to-do.org file, that serves as an inbox for most long term tasks that I want to tackle. Stuff that needs doing, books that I want to buy, books that I want to read, courses that I want to learn, movies or…
Planet Emacslife
Aimé Bertrand: Signature above the cited text in mu4e
https://macowners.club/posts/signature-above-cited-text-mu4e/
Aimé Bertrand: Signature above the cited text in mu4e
https://macowners.club/posts/signature-above-cited-text-mu4e/
macowners.club
Signature above the cited text in mu4e
Issue By default, when replying or forwarding an email, the signature is put at the end of the email body. This means that it is even below the cited text of the original email.
This is a weird behavior since I want to sign my own text and not all of the…
This is a weird behavior since I want to sign my own text and not all of the…
Planet Emacslife
Protesilaos Stavrou: Ef themes 0.4.0 for GNU Emacs
https://protesilaos.com/codelog/2022-08-29-ef-themes-0-4-0/
Protesilaos Stavrou: Ef themes 0.4.0 for GNU Emacs
https://protesilaos.com/codelog/2022-08-29-ef-themes-0-4-0/
Protesilaos Stavrou
Ef themes 0.4.0 for GNU Emacs
Information about the latest version of my colourful-yet-legible themes for GNU Emacs.
Planet Emacslife
Bozhidar Batsov: OCaml at First Glance
https://batsov.com/articles/2022/08/29/ocaml-at-first-glance/
Bozhidar Batsov: OCaml at First Glance
https://batsov.com/articles/2022/08/29/ocaml-at-first-glance/
(think)
OCaml at First Glance
You never get a second chance to make a first impression.
Planet Emacslife
Sacha Chua: 2022-08-29 Emacs news
https://sachachua.com/blog/2022/08/2022-08-29-emacs-news/
Sacha Chua: 2022-08-29 Emacs news
https://sachachua.com/blog/2022/08/2022-08-29-emacs-news/
Planet Emacslife
Mickey Petersen: Demystifying Emacs's Window Manager
http://www.masteringemacs.org/article/demystifying-emacs-window-manager?utm_source=newsletter&utm_medium=email&utm_campaign=rss
Mickey Petersen: Demystifying Emacs's Window Manager
http://www.masteringemacs.org/article/demystifying-emacs-window-manager?utm_source=newsletter&utm_medium=email&utm_campaign=rss
Mastering Emacs
Demystifying Emacs's Window Manager
Learn how to take control of Emacs's roundabout window placement. There's method to its madness, but that does not mean you have to put up with it!
In this article I'll demystify how Emacs's window manager works and how you -- with a bunch of templates…
In this article I'll demystify how Emacs's window manager works and how you -- with a bunch of templates…
Planet Emacslife
Protesilaos Stavrou: Emacs: denote version 0.6.0
https://protesilaos.com/codelog/2022-08-31-denote-0-6-0/
Protesilaos Stavrou: Emacs: denote version 0.6.0
https://protesilaos.com/codelog/2022-08-31-denote-0-6-0/
Protesilaos Stavrou
Emacs: denote version 0.6.0
Information about the latest version of my Denote package for GNU Emacs.
Planet Emacslife
Mario Jason Braganza: Line Breaks on My Microblog
https://janusworx.com/blog/line-breaks-on-my-microblog/
Mario Jason Braganza: Line Breaks on My Microblog
https://janusworx.com/blog/line-breaks-on-my-microblog/
Janusworx
Line Breaks on My Microblog
I use a (not quite) hidden blog to collect all sorts of bits and bobs and to (selectively and automatically) publish them to my fediverse or twitter accounts.
The one thing that constantly bugged me, was that it would not accept line breaks to differentiate…
The one thing that constantly bugged me, was that it would not accept line breaks to differentiate…