From bcc1af2e72f22b864c03deb83b02b84e122d0071 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 21 Nov 2016 17:49:27 -0800 Subject: [PATCH] [Emacs] Add frame-control highlight --- dotfiles/emacs.d/README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 7cb48167..6570ce66 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -36,6 +36,9 @@ I'm considering turning this snippet in to a package, so please let me know if that is something you are interested in. *** Set Background Color Source Blocks For some reason, org-mode uses all of your currently active fontification when exporting EXCEPT for background color. [[Set Background Color of Source Blocks for Export][This]] modification fixes this. +** [[framecontrol][Frame control]] +My custom [[framecontrol][frame control]] stuff is built to integrate really nicely with xmonad. I +think its pretty awesome! ** [[Functions][My functions section]] ...has a bunch of generally useful functions: + [[https://github.com/IvanMalison/emit/blob/2e4d788abd68bac538acb06443179b8d5885052e/emit.el#L104][emit-prefix-selector]] (SUPER USEFUL, moved to emit) See [[https://github.com/IvanMalison/emit#prefix-selector][README]] for explantion @@ -1166,6 +1169,7 @@ programming mode. (select-window win))))) #+END_SRC *** display-buffer-alist +<> #+BEGIN_SRC emacs-lisp (defvar imalison:use-frames-only nil)