description |
---|
Hugo Cisneros' resume |
For a PDF version, see here
# Original file https://bitbucket.org/durdn/cfg/raw/master/.bin/install.sh | |
# Config is stored in $HOME as a bare git repo | |
git clone --bare https://github.com/hugcis/dotfiles.git $HOME/.cfg | |
function config { | |
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@ | |
} | |
mkdir -p .config-backup |
;;; publish --- Summary | |
;;; Commentary: | |
(require 'find-lisp) | |
;;; Code: | |
(defun hugcis/publish-note (file) | |
"Publish a note in FILE." | |
(with-current-buffer (find-file-noselect file) | |
(projectile-mode -1) | |
(setq org-hugo-section "notes" |
description |
---|
Hugo Cisneros' resume |
For a PDF version, see here