Planet Emacslife
Alvaro Ramirez: png to icns (Emacs DWIM style)
http://xenodium.com/png-to-icns-emacs-dwim-style
Alvaro Ramirez: png to icns (Emacs DWIM style)
http://xenodium.com/png-to-icns-emacs-dwim-style
Xenodium
png to icns (Emacs DWIM style)
Planet Emacslife
Magnus: Playing with setting up Emacs
https://magnus.therning.org/2022-07-09-playing-with-setting-up-emacs.html
Magnus: Playing with setting up Emacs
https://magnus.therning.org/2022-07-09-playing-with-setting-up-emacs.html
magnus.therning.org
Playing with setting up Emacs
Announcing that I've put a toy Emacs setup in a repo on GitLab
DistroTube
Why Do I Choose Emacs Over Vim? It Looks Better!
https://www.youtube.com/watch?v=c-XU55ZIVak
Why Do I Choose Emacs Over Vim? It Looks Better!
https://www.youtube.com/watch?v=c-XU55ZIVak
YouTube
Why Do I Choose Emacs Over Vim? It Looks Better!
I spent a couple of hours today playing with my Doom Emacs config. In particular, I focused on some font settings which I think help with aesthetics and with readability. In fact, I think one of the biggest reasons that I use Emacs over Vim is how Emacs…
Planet Emacslife
Flickr tag 'emacs': 20220706_205245
https://www.flickr.com/photos/eichin/52204776107/
Flickr tag 'emacs': 20220706_205245
https://www.flickr.com/photos/eichin/52204776107/
Flickr
20220706_205245
Was puttering around with streamdeck-ui on and off... and then finally got around to trying it under 22.04/jammy... and the packaged version Just Works (adding a udev-rules file helps though, which is in the docs but should be in the packaging.) Now I have…
Planet Emacslife
Meta Redux: CIDER Turns 10
https://metaredux.com/posts/2022/07/10/cider-turns-10.html
Meta Redux: CIDER Turns 10
https://metaredux.com/posts/2022/07/10/cider-turns-10.html
Meta Redux
CIDER Turns 10
Today CIDER, the Clojure Interactive Development Environment that Rocks, turns 10. You don’t know where you’re going until you know where you’ve been. CIDER started its life as an effort to replace a hacked version of SLIME1 with a proper environment for…
Planet Emacslife
Alvaro Ramirez: Emacs: DWIM shell command (multi-language)
http://xenodium.com/emacs-dwim-shell-command-multi-language
Alvaro Ramirez: Emacs: DWIM shell command (multi-language)
http://xenodium.com/emacs-dwim-shell-command-multi-language
Xenodium
Emacs: DWIM shell command (multi-language)
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 ...