Emacs
Python Programming in Emacs
Making a lightweight and fast Python IDE in Emacs.
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
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
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 – …
Some Excerpts From My Emacs Config
Some mini/micro excerpts from my .emacs
I’m happy to be back after one year away and it feels great.
Below are some chaotic mini/micro – or even nano – excerpts from my
~/.emacs
file I have been tuning in for 12 years. …
Org Mode: Exporting Clock Tables
After reading a quite interesting post by Irreal on Org mode clock tables, I decided to share my — a bit specific — experience with the subject.
The Task
Like many of us these days, I’m working …