summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.oqube@gmail.com>2017-06-12 11:25:31 +0200
committerArnaud Bailly <arnaud.oqube@gmail.com>2017-06-12 11:25:31 +0200
commitd7e765d79e56ec9a92337db56cd410f6a5b27eee (patch)
tree710a67dfb154a0db5a7935a75360654cbf006e57
parent54d9f8908b4be52b5710c02f0afb5b41ca04d7f4 (diff)
downloaddotfiles-d7e765d79e56ec9a92337db56cd410f6a5b27eee.tar.gz
added spacemacs config
-rw-r--r--.spacemacs5
1 files changed, 5 insertions, 0 deletions
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)