[Emacs] Add frame-control highlight

This commit is contained in:
Ivan Malison 2016-11-21 17:49:27 -08:00
parent 23b52d27ae
commit bcc1af2e72
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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
<<framecontrol>>
#+BEGIN_SRC emacs-lisp
(defvar imalison:use-frames-only nil)