diff options
| author | tslil clingman <tslil@posteo.de> | 2023-09-12 21:07:47 +0200 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2023-09-12 21:08:54 +0200 |
| commit | 8607fd0b5d3cb9efcd4bd805321128713823271d (patch) | |
| tree | a8e977963943f56f42388449fc2a334a58f550eb /emacs/inits/21-functional.el | |
| parent | f749a8ac8423e11739ff1315d1ff50256f565d95 (diff) | |
[emacs] misc config updates
Diffstat (limited to 'emacs/inits/21-functional.el')
| -rw-r--r-- | emacs/inits/21-functional.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/inits/21-functional.el b/emacs/inits/21-functional.el index d9e4214..1eaa104 100644 --- a/emacs/inits/21-functional.el +++ b/emacs/inits/21-functional.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2021-09-27 08h48 EDT (hobbies)> +;; Time-stamp: <2023-01-18 20h56 CET (anker)> ;; ----------------------------------------------------------------------------- ;; Haskell @@ -26,7 +26,7 @@ (interactive-haskell-mode) (turn-on-haskell-doc-mode) (turn-on-haskell-decl-scan) - (lsp) + (lsp) (haskell-mode-stylish-buffer)))) :config (setq haskell-doc-show-global-types t |
