0244474e9f
Debug startup: - some packages were missing explicit use-package calls, which made this configuration incompatible with fresh computers. After crashing my MBP and trying to get this working thereafter, I learned. Support LSP: - LSP support for Haskell is good; embrace and prefer over Intero Update KBDs: - preferences change - changing to a light theme (for now)
5 lines
No EOL
92 B
Text
5 lines
No EOL
92 B
Text
# -*- mode: snippet -*-
|
|
# name: Derive Safe Copy
|
|
# key: dsc
|
|
# --
|
|
deriveSafeCopy 0 'base ''$1 |