From f23a323e1e6e284a7152ea7eb67566bba087476e Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 12 Feb 2020 20:13:33 -0500 Subject: mate setup --- spacemacs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'spacemacs') 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) -- cgit v1.2.3