Skip to content

Instantly share code, notes, and snippets.

@dardisco
dardisco / init.el
Created July 17, 2015 00:45
init.el
(defun sh-send-line-or-region (&optional step)
(interactive ())
(let ((proc (get-process "shell"))
pbuf min max command)
(unless proc
(let ((currbuff (current-buffer)))
(shell)
(switch-to-buffer currbuff)
(setq proc (get-process "shell"))
))
;;; htmlize.el --- Convert buffer text and decorations to HTML.
;; Copyright (C) 1997-2013 Hrvoje Niksic
;; Author: Hrvoje Niksic <hniksic@xemacs.org>
;; Keywords: hypermedia, extensions
;; Version: 1.43
;; This file is not part of GNU Emacs.
@dardisco
dardisco / lf.bib
Created June 21, 2015 20:52
cv with LaTeX
@proceedings{bno2014,
author={Chris Dardis},
title={Fundamentals of Brain Tumors},
organization={Barrow Neurological Institute},
venue={Phoenix, AZ},
eventtitle={Annual Barrow Neuro-Oncology Symposium},
eventtitleleadon={Neuro-Oncology Nursing Breakout Session},
eventdate={2014-11-07/2014-11-09},
year=2014
}