👍1
Planet Emacslife
Mike Zamansky: Using Emacs 82 - Conda and Direnv
https://cestlaz.github.io/post/using-emacs-82-conda-direnv/
Mike Zamansky: Using Emacs 82 - Conda and Direnv
https://cestlaz.github.io/post/using-emacs-82-conda-direnv/
cestlaz.github.io
Using Emacs 82 - Conda and Direnv
One of the things I want to do now that I have some time is get my head around all the modern AI stuff. I'm starting with a review or things I've already done by going through Andrew Ng's Coursera ML class. I'll probably continue with his courses but I'm…
Planet Emacslife
Mario Jason Braganza: Note to Self, Emacs Help Stuff
https://janusworx.com/blog/note-to-self-emacs-help-stuff/
Mario Jason Braganza: Note to Self, Emacs Help Stuff
https://janusworx.com/blog/note-to-self-emacs-help-stuff/
Janusworx
Note to Self, Emacs Help Stuff
Various things, when rooting around for help in Emacs
Planet Emacslife
Meta Redux: CIDER: Community Impact
https://metaredux.com/posts/2024/02/15/cider-community-impact.html
Meta Redux: CIDER: Community Impact
https://metaredux.com/posts/2024/02/15/cider-community-impact.html
Meta Redux
CIDER: Community Impact
I’ve started CIDER’s OpenCollective some 7-8 years ago and over the course of time it became of the main donation channels for the project. In good years it would raise somewhere between $10,000 and $15,000. While my initial plan was to use the money to fund…
Planet Emacslife
Charles Choi: Computing Truth Tables in Org
http://yummymelon.com/devnull/computing-truth-tables-in-org.html
Charles Choi: Computing Truth Tables in Org
http://yummymelon.com/devnull/computing-truth-tables-in-org.html
Yummymelon
Computing Truth Tables in Org
Truth tables are great way to design and verify combinational logic. Useful as truth tables are, they however can be onerous to write: as the number of inputs grow, so does the size of table...
Planet Emacslife
Karthik Chikmagalur: For Your Reference: RefTeX in Org Mode
https://karthinks.com/software/reftex-in-org-mode/
Karthik Chikmagalur: For Your Reference: RefTeX in Org Mode
https://karthinks.com/software/reftex-in-org-mode/
Karthinks
For Your Reference: RefTeX in Org Mode
TL;DR: “We have X-references at home”
Cross-references in Org mode are not as well developed as its (relatively) new citation system. Org’s built-in linking system is fairly comprehensive and exports to all formats well enough. But if you’re coming to Org…
Cross-references in Org mode are not as well developed as its (relatively) new citation system. Org’s built-in linking system is fairly comprehensive and exports to all formats well enough. But if you’re coming to Org…
DistroTube
Why No One Can Answer The "Vim Versus Emacs" Question
https://www.youtube.com/watch?v=scBBjZcy6fc
Why No One Can Answer The "Vim Versus Emacs" Question
https://www.youtube.com/watch?v=scBBjZcy6fc
YouTube
Why No One Can Answer The "Vim Versus Emacs" Question
It's the age old question: why should I, the Vim user, switch to Emacs? Well, the reason this question is difficult to answer is because the question hardly makes sense...
WANT TO SUPPORT THE CHANNEL?
💰 Patreon: https://www.patreon.com/distrotube
💳 Paypal:…
WANT TO SUPPORT THE CHANNEL?
💰 Patreon: https://www.patreon.com/distrotube
💳 Paypal:…
Planet Emacslife
Protesilaos Stavrou: Emacs: modern minibuffer packages (Vertico, Consult, etc.)
https://protesilaos.com/codelog/2024-02-17-emacs-modern-minibuffer-packages/
Protesilaos Stavrou: Emacs: modern minibuffer packages (Vertico, Consult, etc.)
https://protesilaos.com/codelog/2024-02-17-emacs-modern-minibuffer-packages/
Protesilaos Stavrou
Emacs: modern minibuffer packages (Vertico, Consult, etc.)
Video demonstration of modern packages that improve the Emacs minibuffer.
Planet Emacslife
Marcin Borkowski: Opening external drives in Dired
https://mbork.pl/2024-02-17_Opening_external_drives_in_Dired
Marcin Borkowski: Opening external drives in Dired
https://mbork.pl/2024-02-17_Opening_external_drives_in_Dired
Planet Emacslife
Emacs Redux: Lookup the Documentation of Functions, Variables and Faces
https://emacsredux.com/blog/2024/02/18/describe-symbol/
Emacs Redux: Lookup the Documentation of Functions, Variables and Faces
https://emacsredux.com/blog/2024/02/18/describe-symbol/
Emacs Redux
Lookup the Documentation of Functions, Variables and Faces
Looking up the documentation for some command/function or configuration option/variable is something all Emacs users have to do quite often. Two of the Emacs help commands that I use most often are describe-function (C-h f) and describe-variable (C-h v).…
Planet Emacslife
Charles Choi: cc-isearch-menu now on MELPA
http://yummymelon.com/devnull/cc-isearch-menu-now-on-melpa.html
Charles Choi: cc-isearch-menu now on MELPA
http://yummymelon.com/devnull/cc-isearch-menu-now-on-melpa.html
Yummymelon
cc-isearch-menu now on MELPA
In my post “Improving Emacs isearch Usability with Transient”, I described a way to use a Transient menu to get at the richer features of isearch. I’m happy to announce that this menu is now...
Planet Emacslife
Emacs Redux: Replacing dash.el with Built-in Emacs APIs
https://emacsredux.com/blog/2024/02/19/replacing-dash-el-with-built-in-emacs-apis/
Emacs Redux: Replacing dash.el with Built-in Emacs APIs
https://emacsredux.com/blog/2024/02/19/replacing-dash-el-with-built-in-emacs-apis/
Emacs Redux
Replacing dash.el with Built-in Emacs APIs
dash.el has long been a staple in the Emacs community and I give it a lot of credit for driving some upstream API progress. By showing how many people wanted to use dash.el for various reasons (e.g. macros like -if-let and -when-let and numerous functions…
Planet Emacslife
Meta Redux: CIDER: Preliminary Support for clojure-ts-mode
https://metaredux.com/posts/2024/02/19/cider-preliminary-support-for-clojure-ts-mode.html
Meta Redux: CIDER: Preliminary Support for clojure-ts-mode
https://metaredux.com/posts/2024/02/19/cider-preliminary-support-for-clojure-ts-mode.html
Meta Redux
CIDER: Preliminary Support for clojure-ts-mode
I’m glad to report that yesterday the long-awaited preliminary support for clojure-ts-mode in CIDER has landed! This pull request (or rather the original PR on which it was based) was in the works for a very long time and it feels good to see it finally merged.…
Planet Emacslife
Meta Redux: Flycheck Updates: A new Stable Release and Way More
https://metaredux.com/posts/2024/02/19/flycheck-updates.html
Meta Redux: Flycheck Updates: A new Stable Release and Way More
https://metaredux.com/posts/2024/02/19/flycheck-updates.html
Meta Redux
Flycheck Updates: A new Stable Release and Way More
I’ve been pretty busy with Flycheck ever since I became its maintainer recently. Today I wanted to share with you a few of the recent highlights. Flycheck 34 I’ve cut Flycheck 34, which features quite a few new checkers and removes a bunch of legacy checkers.…
Planet Emacslife
Meta Redux: Configuring fixed/tonsky indentation in clojure-mode
https://metaredux.com/posts/2024/02/19/configuring-fixed-tonsky-indentation-in-clojure-mode.html
Meta Redux: Configuring fixed/tonsky indentation in clojure-mode
https://metaredux.com/posts/2024/02/19/configuring-fixed-tonsky-indentation-in-clojure-mode.html
Meta Redux
Configuring fixed/tonsky indentation in clojure-mode
A few years ago Nikita Tonsky made popular a certain style of formating Clojure code, that became known as “fixed” or “tonsky” indentation in the community. clojure-mode has long had some support for this via clojure-indent-style: (setq clojure-indent-style…