Much Ado About Emacs 015 0 ▲ Bicycle For Your Mind 1 day ago · Tech · hide · 0 comments Emacs I got distracted by MojoPad and Kosshi for a while there. Emacs has been plugging away. Always launched. Always handling my writing. It is the centerpiece of my efforts. I have been making changes to it. Nothing too big, but designed to improve my experience in it. I will talk about three of those in this article. Whitespace I like seeing the marks for return and tabs. Returns are valid for every file but tabs are valid for only content which is copied from other programs or sources. I like seeing them. I made sure that they show up in Emacs. (setq whitespace-style '(face ; Use faces to colorize tabs ; Look for tabs tab-mark ; Visualise tabs newline ; Look for newlines newline-mark)) ; Visualise newlines ;; trailing)) ; (Optional) Still show ugly trailing spaces (setq whitespace-display-mappings '( ;; Customize the tab marker ;; 9 is the ASCII code for Tab. ;; ?\u2192 is the Unicode character '→' (Rightwards Arrow). ;; [?\n] is the fallback if the arrow can't be rendered.… No comments yet. Log in to reply on the Fediverse. Comments will appear here.