This is a discussion/thought-process document with my ideas that I've been adding to recently.
Why a web frontend for Emacs?
- A web frontend would benefit from being cross-platform in the sense
Listing pods with kubectl get pods, then select a pod name and copy paste it into kubectl logs [pod name]
| (require 'org) | |
| (setq-default indent-tabs-mode nil) | |
| (setq org-display-inline-images t) | |
| (setq org-redisplay-inline-images t) | |
| (setq org-startup-with-inline-images "inlineimages") | |
| (setq default-frame-alist | |
| (append (list '(width . 72) '(height . 40)))) |