Tag Archives: Emacs

comment-dwim vs. comment-line

A few days ago I wrote about Artur Malabarba’s comment-line. That’s now in Emacs core and very useful. Xah Lee has an excellent post that compares comment-line and comment-dwim. That’s useful because the commands are very similar and it’s nice … Continue reading

Posted in General | Tagged | 2 Comments

Animation of Using eshell to cd into Another Machine

Last month I wrote about using cd to ssh into a remote machine. Today, I came across this animated Gif from Bodil that shows the process in action Yeah, so when vim users are all "sshing to a remote and … Continue reading

Posted in General | Tagged | 6 Comments

Comment Line in Emacs 25

A couple of years ago, I wrote about a nice bit of Elisp from Artur Malabarba that deals with commenting and uncommenting whole line(s). It’s sort of like comment-dwim except that it deals with whole lines. Recently, Malabarba resumed blogging … Continue reading

Posted in General | Tagged | Leave a comment

How a Non-Developer Uses Emacs

Charles-H. Schulz is not a developer—although he is technically proficient. He describes himself as specializing in literature, history and philosophy. He’s also an Emacs user. I find that interesting because I’m always fascinated with how people who aren’t writing code … Continue reading

Posted in General | Tagged | 2 Comments

A Video Tutorial for undo-tree

The other day I wrote about undo-tree and wished for a video on how to use it. Mike Zamansky came to the rescue with a very nice video expanation of undo-tree. Really, this package is extraordinarily useful and it’s nice … Continue reading

Posted in General | Tagged | Leave a comment

Stop Emacs from Writing package-selected-packages into init.el

A new minor annoyance in Emacs 25.1 is that Emacs maintains a variable called package-selected-packages that maintains a list of packages that you have specifically specified. This is used to handle dependencies on package deletion as well as making it … Continue reading

Posted in General | Tagged | Leave a comment

Hide Files in Dired Listing

I like to see all files in my Dired listings but lots of folks have a more minimalist mindset and would prefer not to see certain files. Things like backup files, .DS_STORE (on MacOS), or even all dot files are … Continue reading

Posted in General | Tagged | Leave a comment

Visualizing Your Undo Tree

I’ve been using undo-tree for a long time but mostly I just take advantage of it’s (very much improved) redo functionality. The other day, I saw this tweet Or just use M-x undo-tree-visualize to go to anywhere in any of … Continue reading

Posted in General | Tagged | 5 Comments

Problem Applications in eshell

If you’re like me and try to stay in Emacs as much as you can, you have probably tried eshell. It’s a nice Emacsy shell (Mickey has an excellent eshell tutorial you should check out) but can sometimes have problems … Continue reading

Posted in General | Tagged | 3 Comments

Move Text

If you’re the type of writer who likes to move text around as you edit, you might find this Emacs package helpful. Reminds me of the amazing things you cand do in #emacs org-mode https://t.co/5HI0MGwYg6 — John (beyond sleepy) (@jr0cket) … Continue reading

Posted in General | Tagged | Leave a comment