Config

Emacs Time Stamp

Enabling automatic time-stamping in Emacs

The Emacs Cat

I do almost all my text editing in Emacs, and it would be worth to store the last modified date/time of a file — org/plain text/source code/whatever — in the file, without consulting the …

C++ Programming in Emacs

Making a lightweight and fast C++ IDE in Emacs

The Emacs Cat

C++ is my primary programming language since – I can’t believe it myself – 1991 (yes, it was Turbo C++). As I’m going to do almost everything within Emacs 29.4 now – no …

Python Programming in Emacs

Making a lightweight and fast Python IDE in Emacs.

The Emacs Cat

Python is one of my programming languages I’m using for both work and home life – no doubt, I’d want to use Emacs as an IDE for Python programming. There is a certain set of features …

Emacs Startup Screen

Constructing a custom startup screen

The Emacs Cat

Some time ago, I decided to customize my Emacs startup screen in order to display something helpful for me. Ultimately, after much consideration, I’ve settled on the following items I just want …

Some Excerpts From My Emacs Config - 2: Functions

Some functions and mode enhancements from my .emacs

The Emacs Cat

In his comment on Irreal’s post Some Configuration To Solve Common Problems, gregbognar noted that some of my configuration is seriously outdated. In some sense, he is absolutely correct – …