Planet Emacslife
Flickr tag 'emacs': 20220710_010916
https://www.flickr.com/photos/eichin/52208001298/
Flickr tag 'emacs': 20220710_010916
https://www.flickr.com/photos/eichin/52208001298/
Flickr
20220710_010916
Current set of buttons, and a better light-balanced shot - the blank buttons do glow but not enough to stand out in a well-lit room. (If you view them straight on, non of the text is clipped or cropped - at the angle I usually use the device, the text disappears…
Planet Emacslife
Marcin Borkowski: A poor man's Emacs - Jira integration
http://mbork.pl/2022-07-11_A_poor_man's_Emacs_-_Jira_integration
Marcin Borkowski: A poor man's Emacs - Jira integration
http://mbork.pl/2022-07-11_A_poor_man's_Emacs_-_Jira_integration
Planet Emacslife
Protesilaos Stavrou: Emacs: denote version 0.3.0
https://protesilaos.com/codelog/2022-07-11-denote-0-3-0/
Protesilaos Stavrou: Emacs: denote version 0.3.0
https://protesilaos.com/codelog/2022-07-11-denote-0-3-0/
Protesilaos Stavrou
Emacs: denote version 0.3.0
Information about the latest version of my Denote package for GNU Emacs.
Planet Emacslife
D.V.F.P.: Jumping between matching pairs of characters and tags in Vim and Emacs
https://francopasut.netlify.app/post/jump_vim_emacs/
D.V.F.P.: Jumping between matching pairs of characters and tags in Vim and Emacs
https://francopasut.netlify.app/post/jump_vim_emacs/
FP Site
Jumping between matching pairs of characters and tags in Vim and Emacs | FP Site
Table of Contents To jump between matching pairs using Vim To jump between matching pairs using GNU/Emacs Summary for Vim and Emacs It is very useful to jump through corresponding pairs of characters, such as parentheses or tags, when coding or writing in…
Planet Emacslife
Sacha Chua: 2022-07-11 Emacs news
https://sachachua.com/blog/2022/07/2022-07-11-emacs-news/
Sacha Chua: 2022-07-11 Emacs news
https://sachachua.com/blog/2022/07/2022-07-11-emacs-news/
Planet Emacslife
Chen Bin (redguardtoo): How to use EMMS effectively
http://blog.binchen.org/posts/how-to-use-emms-effectively/
Chen Bin (redguardtoo): How to use EMMS effectively
http://blog.binchen.org/posts/how-to-use-emms-effectively/
Chen's blog
How to use EMMS effectively
First thing is to set up emms.
I could simply enable all the emms features in one line,
(with-eval-after-load 'emms (emms-all))
But above setup makes filtering tracks very slow because it's
I could simply enable all the emms features in one line,
(with-eval-after-load 'emms (emms-all))
But above setup makes filtering tracks very slow because it's
Planet Emacslife
Mickey Petersen: Keyboard Macros are Misunderstood
http://www.masteringemacs.org/article/keyboard-macros-are-misunderstood
Mickey Petersen: Keyboard Macros are Misunderstood
http://www.masteringemacs.org/article/keyboard-macros-are-misunderstood
Planet Emacslife
Christian Tietze: Add Any Directory to project.el's List of Projects
https://christiantietze.de/posts/2022/03/mark-local-project.el-directories/
Christian Tietze: Add Any Directory to project.el's List of Projects
https://christiantietze.de/posts/2022/03/mark-local-project.el-directories/
Christian Tietze
Add Any Directory to project.el's List of Projects
I am using the built-in project.el in Emacs to find files in various git-backed projects. But I also have a shared folder of blog post drafts with Sascha at zettelkasten.de that does not have any version ...
Planet Emacslife
Chen Bin (redguardtoo): Show files by date in SOME Emacs dired buffer
http://blog.binchen.org/posts/show-files-by-date-in-some-emacs-dired-buffer/
Chen Bin (redguardtoo): Show files by date in SOME Emacs dired buffer
http://blog.binchen.org/posts/show-files-by-date-in-some-emacs-dired-buffer/
Chen's blog
Show files by date in SOME Emacs dired buffer
It's as simple as modify dired-actual-switches in dired-mode-hook.
Minimum setup,
(defvar my-dired-new-file-first-dirs
'("bt/finished/$"
"bt/torrents?/$"
"documents?/$"
"music/$"
Minimum setup,
(defvar my-dired-new-file-first-dirs
'("bt/finished/$"
"bt/torrents?/$"
"documents?/$"
"music/$"
Planet Emacslife
Gretzuni: The need for free software education now
https://gretzuni.com/articles/the-need-for-free-software-education-now
Gretzuni: The need for free software education now
https://gretzuni.com/articles/the-need-for-free-software-education-now
Planet Emacslife
Alvaro Ramirez: Emacs zones to lift you up
http://xenodium.com/emacs-zones-to-lift-you-up
Alvaro Ramirez: Emacs zones to lift you up
http://xenodium.com/emacs-zones-to-lift-you-up
Xenodium
Emacs zones to lift you up
System Crafters
Trying Out Prot's Denote, an Org Roam Alternative?
https://www.youtube.com/watch?v=QcRY_rsX0yY
Trying Out Prot's Denote, an Org Roam Alternative?
https://www.youtube.com/watch?v=QcRY_rsX0yY
YouTube
Trying Out Prot's Denote, an Org Roam Alternative?
In today's stream, we'll try out Prot's new note-taking package called Denote and see if we can come up with a comparable workflow to what you might get from a package like Org Roam. I really like the principles that Prot chose for this package so I'm looking…
Planet Emacslife
Andrey Listopadov: Automatic refreshing of package archives for Emacs
https://andreyorst.gitlab.io/posts/2022-07-15-refresh-package-contents-automatically/
Andrey Listopadov: Automatic refreshing of package archives for Emacs
https://andreyorst.gitlab.io/posts/2022-07-15-refresh-package-contents-automatically/
andreyorst.gitlab.io
Automatic refreshing of package archives for Emacs
I was going through my git commit history in my public dotfiles repository and noticed that prior to using straight.el I’ve, like many, used an inbuilt solution for managing packages, called package.el. However, there was one thing that bothered me, and one…
Planet Emacslife
Andrey Listopadov: Project.el enhancements
https://andreyorst.gitlab.io/posts/2022-07-16-project-el-enhancements/
Andrey Listopadov: Project.el enhancements
https://andreyorst.gitlab.io/posts/2022-07-16-project-el-enhancements/
andreyorst.gitlab.io
Project.el enhancements
After publishing the last post I thought why won’t I post such things here occasionally? I have a few pieces of Emacs Lisp in my configuration that I wrote for myself some time ago to fix some annoyances or improve a certain workflow.