Recent Posts
- How to show more information in LSP when using Emacs and Typescript
- Great historical review on source control systems evolution
- Interesting article on learnings over a software engineer career
- Code Freeze 2023 Keynote 01 Jessica Kerr 1
- How to configure MacOSX to make the window under the mouse to receive the focus?
Recent Comments
No comments to show.
Tag Archives: emacs
How to remove the "welcome" page in emacs
As simple as adding to your .emacs : (setq inhibit-startup-message t) Read on http://stackoverflow.com/questions/744672/unable-to-hide-welcome-screen-in-emacs