From d7e765d79e56ec9a92337db56cd410f6a5b27eee Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Mon, 12 Jun 2017 11:25:31 +0200 Subject: added spacemacs config --- .spacemacs | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.spacemacs') diff --git a/.spacemacs b/.spacemacs index 17a7f30..80daf3b 100644 --- a/.spacemacs +++ b/.spacemacs @@ -314,10 +314,15 @@ layers configuration. This is the place where most of your configurations should be done. Unless it is explicitly specified that a variable should be set before a package is loaded, you should place your code here." + (set-frame-parameter (selected-frame) 'alpha '(80 80)) (setq fill-column 132) (global-linum-mode) (setq org-directory "~/log") (setq org-agenda-files '("~/log/")) + ;; stylish haskell formatting + (setq haskell-stylish-on-save t) + (setq haskell-tags-on-save t) + (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-cr" 'org-capture) -- cgit v1.2.3