TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Update of Emacs' calendar to enable changing number of months displayed

2 pointsby sendosalmost 13 years ago

1 comment

sendosalmost 13 years ago
Got fed up with lack of way of changing the number of months displayed by Emacs' calendar, and after a fruitless web search for a solution, wrote the fix myself. So, I decided to share.<p>FYI:<p>* Adds the new function 'calendar-set-num-months' to the built-in emacs calendar, which changes the number of months displayed in the calendar<p>* Number of months defaults to 3 (as per original calendar) but can be set to e.g. 6 or 12 months using 'calendar-set-num-months'.<p>* Alternatively, you can change the default number of months by editing the value of 'calendar-num-months' in this file.