Emacs
Using abbrev to Enter Special Characters
As it’s described in the GNU Emacs Manual, an abbreviation or abbrev is a string of characters that may be expanded to a longer string. The user can insert the abbrev string and find it replaced …
Eshell Aliases, Prompt, And Colors
Do you use #Emacs to run shells or terminal emulators? Well, you should. With vterm you have a fast alternative to the builtin ansi-term. And if you prefer shells, you’ve got EShell and Shell …
DMS To Decimal Degree Conversions And More
Working with satellite data I often have to convert a coordinate value or an angle value from the DMS notation (degree@minute’second") to a decimal degree in the floating point number …