Updates to Emacs preferences

- Prefers "$HOME" to "~/urbint" for current project
- Prefers dark colorscheme
- Allows source-jumping to Emacs (nixify this to remove dep on
  path/to/source)
This commit is contained in:
William Carroll 2018-10-02 09:57:15 -04:00
parent 9ed59566eb
commit 0c012554b9
4 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: struct
# key: struct
# --
typedef struct $1 {
$2
} $1_t;