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:
parent
9ed59566eb
commit
0c012554b9
4 changed files with 13 additions and 2 deletions
7
configs/shared/emacs/.emacs.d/snippets/c-mode/struct
Normal file
7
configs/shared/emacs/.emacs.d/snippets/c-mode/struct
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: struct
|
||||
# key: struct
|
||||
# --
|
||||
typedef struct $1 {
|
||||
$2
|
||||
} $1_t;
|
Loading…
Add table
Add a link
Reference in a new issue