Refactoring an Emacs theme

I’m gradually working on a custom theme for emacs, and I wanted to make it easier to update and read. (It’s not quite ready to share, but I look forward to doing just that when it is.) Surprising no-one, the theme format on emacs is not incredibly … “clean.” It’s basically a command that passes… Continue reading Refactoring an Emacs theme

Org-mode: Indirect Buffer, Narrowing to tree

Here’s a really quick Emacs Org-mode tip that I find extremely useful. In your config add the following two lines: (setq org-indirect-buffer-display ‘new-frame) (setq org-src-window-setup ‘other-frame) (Or just run it in your scratch buffer to try it out for your current session.) The first line sets the org-indirect-buffer-display variable to new-frame. Now when you call… Continue reading Org-mode: Indirect Buffer, Narrowing to tree

Published
Categorized as Geek Tagged ,