Skip to content

Instantly share code, notes, and snippets.

View skinney6's full-sized avatar

Scott Kinney skinney6

View GitHub Profile
@skinney6
skinney6 / file1.txt
Created February 2, 2016 16:22
dot_spacemacs
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration.
You should not put any user code in this function besides modifying the variable
values."
(setq-default
;; Base distribution to use. This is a layer contained in the directory
@skinney6
skinney6 / .tmux.conf
Created September 18, 2014 19:36
tmux.conf
#.tmux.conf file Wed Jan 1 18:08:10 PST 2014
set-option -g prefix C-z
bind-key C-z last-window
bind-key a send-prefix
set -g base-index 1
set -s escape-time 0
setw -g aggressive-resize on
set -g bell-action none
set -g visual-bell off
bind-key C-m command-prompt -p "man" "split-window 'exec man %%'"