summaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2020-02-12 20:13:33 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2020-02-12 20:13:33 -0500
commitf23a323e1e6e284a7152ea7eb67566bba087476e (patch)
treef77558320f679dfa4b76b956002fb626dfa5616e /spacemacs
parent17d622d8aa85d377c36652b213aeb59c04edfe51 (diff)
mate setup
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs8
1 files changed, 1 insertions, 7 deletions
diff --git a/spacemacs b/spacemacs
index ae3ec9d..4601624 100644
--- a/spacemacs
+++ b/spacemacs
@@ -17,7 +17,7 @@ values."
;; List of configuration layers to load. If it is the symbol `all' instead
;; of a list then all discovered layers will be installed.
dotspacemacs-configuration-layers
- '(
+ '(sql
csv
finance
;; ----------------------------------------------------------------
@@ -326,12 +326,6 @@ layers configuration. You are free to put any user code."
(setq magit-last-seen-setup-instructions "1.4.0")
(add-to-list 'spacemacs-indent-sensitive-modes 'nix-mode)
(setq dns-mode-soa-auto-increment-serial nil)
- (add-to-list 'org-structure-template-alist
- `("r" ,(string-join '("** Untitled Run"
- " :PROPERTIES:"
- " :dist: "
- " :date: %t"
- " :END:") "\n")))
(setq
ledger-binary-path "hledger"
ledger-post-amount-alignment-column 50)